add definition of verbose
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 5 Jul 2008 14:14:31 +0000 (16:14 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 5 Jul 2008 14:14:31 +0000 (16:14 +0200)
GlobalSettings.cpp

index 214d90e..ad8a659 100644 (file)
@@ -4,6 +4,8 @@
 
 #include "GlobalSettings.h"
 
 
 #include "GlobalSettings.h"
 
+bool GlobalSettings::verbose = false;
+
 bool GlobalSettings::isVerbose() {
        return verbose;
 }
 bool GlobalSettings::isVerbose() {
        return verbose;
 }