Fixd some clang-tidy warnings

This commit is contained in:
gabime
2024-01-13 19:21:41 +02:00
parent 91bf60a316
commit aaebfbb5c6
4 changed files with 13 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ SPDLOG_API level get_level();
SPDLOG_API void set_level(level level);
// Determine whether the default logger should log messages with a certain level
SPDLOG_API bool should_log(level lvl);
SPDLOG_API bool should_log(level level);
// Set global flush level
SPDLOG_API void flush_on(level level);