make is_enabled() const
This commit is contained in:
parent
51f69dfcca
commit
ba1de0abb2
@ -206,7 +206,7 @@ public:
|
||||
_enabled = false;
|
||||
}
|
||||
|
||||
bool is_enabled()
|
||||
bool is_enabled() const
|
||||
{
|
||||
return _enabled;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user