Fixed forgotten inline keyword

This commit is contained in:
gabime 2017-05-17 00:17:46 +03:00
parent 1d6842f0f9
commit def86e6e20
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ inline int pid()
// Detrmine if the terminal supports colors
// Source: https://github.com/agauniyal/rang/
bool is_color_terminal()
inline bool is_color_terminal()
{
#ifdef _WIN32
return true;