Fix mingw compilation

This commit is contained in:
gabime
2018-10-21 19:26:11 +03:00
parent 8d2c956563
commit 9daad800a8
2 changed files with 2 additions and 3 deletions

View File

@@ -45,8 +45,7 @@ public:
template<typename... Args>
void log(level::level_enum lvl, const char *fmt, const Args &... args);
template<>
void log(level::level_enum lvl, const char *msg);
template<typename... Args>