X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=Main.cpp;h=6b5f39f5b8f8b7ceec0a3a240efd146faff75ced;hp=364d62b2818973a066fb9f184dd0002db8a09fb8;hb=ed98647f198caeb878432a326963b43add0a735a;hpb=39c7e66703f6ec99a592d065546e6cc119a8c930 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 {