From 8a3f74ad0038469c00678280602c89e57482357c Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 5 Jul 2008 15:53:46 +0200 Subject: [PATCH] use changed GlobalSettings method --- Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.cpp b/Main.cpp index 364d62b..6b5f39f 100644 --- a/Main.cpp +++ b/Main.cpp @@ -22,7 +22,7 @@ int main(int argc, char** argv) { if (!strcmp("--help", currentArgument) || !strcmp("-h", currentArgument)) { printSyntaxHelp(); } else if (!strcmp("--verbose", currentArgument) || !strcmp("-v", currentArgument)) { - GlobalSettings::getInstance()->setVerbose(true); + GlobalSettings::setVerbose(true); } else if (!strcmp("--file", currentArgument) || !strcmp("-f", currentArgument)) { fileToOpen = currentArgument; } else { -- 2.7.4