Commit ba1de0ab authored by nick's avatar nick

make is_enabled() const

parent 51f69dfc
......@@ -206,7 +206,7 @@ public:
_enabled = false;
}
bool is_enabled()
bool is_enabled() const
{
return _enabled;
}
......
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