修改错误
This commit is contained in:
parent
b82c63f118
commit
04d4da3e17
|
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
private:
|
||||
LogLevel level_;
|
||||
std::mutex mutex_;
|
||||
mutable std::mutex mutex_;
|
||||
|
||||
/// @brief Convert a LogLevel to its string representation.
|
||||
static std::string levelToString(LogLevel level);
|
||||
|
|
|
|||
Loading…
Reference in New Issue