Commit def86e6e authored by gabime's avatar gabime

Fixed forgotten inline keyword

parent 1d6842f0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment