make is_enabled() const

This commit is contained in:
nick 2015-06-02 14:38:11 -07:00
parent 51f69dfcca
commit ba1de0abb2
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public:
_enabled = false;
}
bool is_enabled()
bool is_enabled() const
{
return _enabled;
}