mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 17:41:34 +08:00
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