From 470eacef34c15a94d9c181520d0d636f51770843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 5 Jul 2008 16:14:31 +0200 Subject: [PATCH] add definition of verbose --- GlobalSettings.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GlobalSettings.cpp b/GlobalSettings.cpp index 214d90e..ad8a659 100644 --- a/GlobalSettings.cpp +++ b/GlobalSettings.cpp @@ -4,6 +4,8 @@ #include "GlobalSettings.h" +bool GlobalSettings::verbose = false; + bool GlobalSettings::isVerbose() { return verbose; } -- 2.7.4