summaryrefslogtreecommitdiff
path: root/library/Console-darwin.cpp
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-08-19 09:21:25 +0400
committerAlexander Gavrilov2012-08-19 09:21:25 +0400
commitfd0bf2ef929d3bc98570012b21e6e603c570a8f6 (patch)
treee6339698fa55793c6aa7899fe3e2a8a5f5afd9e0 /library/Console-darwin.cpp
parent8ed219d4e0cbea19c8a9489294a975b81946bba2 (diff)
downloaddfhack-fd0bf2ef929d3bc98570012b21e6e603c570a8f6.tar.gz
dfhack-fd0bf2ef929d3bc98570012b21e6e603c570a8f6.tar.bz2
dfhack-fd0bf2ef929d3bc98570012b21e6e603c570a8f6.tar.xz
Extract the color enum from color_ostream to toplevel.
Diffstat (limited to 'library/Console-darwin.cpp')
-rw-r--r--library/Console-darwin.cpp2
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);
}