fixed pedantic gcc errors

This commit is contained in:
gabime
2015-04-07 22:04:10 +03:00
parent 005a36f4fd
commit 4dd31bf031
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ struct log_msg
std::string logger_name;
level::level_enum level;
log_clock::time_point time;
thread_id thread_id;
log_thread_id thread_id;
fmt::MemoryWriter raw;
fmt::MemoryWriter formatted;
};