fixed compilation

This commit is contained in:
gabime 2017-05-21 01:56:41 +03:00
parent 3899e8a560
commit 40fc5becff
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ namespace spdlog
// Detrmine if the terminal attached
// Source: https://github.com/agauniyal/rang/
bool in_terminal(FILE* file)
inline bool in_terminal(FILE* file)
{
#ifdef _WIN32