aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2006-12-27 01:00:24 +0000
committerDavid <david@xagasoft.com>2006-12-27 01:00:24 +0000
commit872e6828dfb0434f8ef20981bc5d3f1e69c9a277 (patch)
treea1a66f16fabdace7d4cd521233b67ef712c71af0 /src
parent36242ee4f2c24352c547d266a311305007111ac9 (diff)
downloadbuild-872e6828dfb0434f8ef20981bc5d3f1e69c9a277.tar.gz
build-872e6828dfb0434f8ef20981bc5d3f1e69c9a277.tar.bz2
build-872e6828dfb0434f8ef20981bc5d3f1e69c9a277.tar.xz
build-872e6828dfb0434f8ef20981bc5d3f1e69c9a277.zip
david - ok, made the color one be the default
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ebde3aa..d2cc3c2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -15,7 +15,7 @@ public:
15 sCache(".build.cache"), 15 sCache(".build.cache"),
16 bDebug( false ), 16 bDebug( false ),
17 bPostDebug( false ), 17 bPostDebug( false ),
18 sView("plainpct"), 18 sView("colorpct"),
19 bInfo( false ), 19 bInfo( false ),
20 bCleanMode( false ), 20 bCleanMode( false ),
21 sDir("") 21 sDir("")