mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
make is_enabled() const
This commit is contained in:
@@ -206,7 +206,7 @@ public:
|
||||
_enabled = false;
|
||||
}
|
||||
|
||||
bool is_enabled()
|
||||
bool is_enabled() const
|
||||
{
|
||||
return _enabled;
|
||||
}
|
||||
|
Reference in New Issue
Block a user