Commit be0be678 authored by Vinogradov Aleksei's avatar Vinogradov Aleksei

Pulse: добавил const метод для корректного вызова c const объектом

parent fdc7f43b
......@@ -85,6 +85,11 @@ namespace uniset
return step(); // ostate;
}
inline bool out() const noexcept
{
return ostate;
}
inline void set( bool state ) noexcept
{
enabled = state;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment