Update logger.h

This commit is contained in:
Gabi Melman 2018-03-16 22:03:54 +02:00 committed by GitHub
parent 4445f6f869
commit fe8a519434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,8 +83,8 @@ public:
template<typename... Args>
void critical(const wchar_t *fmt, const Args &... args);
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
template<typename T>
void log(level::level_enum lvl, const T &);