Fixed forgotten inline keyword

pull/447/head
gabime 8 years ago
parent 1d6842f0f9
commit def86e6e20

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

Loading…
Cancel
Save