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