diff options
Diffstat (limited to 'library/Console-darwin.cpp')
| -rw-r--r-- | library/Console-darwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Console-darwin.cpp b/library/Console-darwin.cpp index c547f841..86cd657a 100644 --- a/library/Console-darwin.cpp +++ b/library/Console-darwin.cpp @@ -275,7 +275,7 @@ namespace DFHack /// Reset color to default void reset_color(void) { - color(Console::COLOR_RESET); + color(COLOR_RESET); if(!rawmode) fflush(dfout_C); } |
