add isVerbose method
[ecparse.git] / GlobalSettings.cpp
index bbfc11c..ba44fbc 100644 (file)
@@ -21,6 +21,10 @@ GlobalSettings* GlobalSettings::getInstance() {
        return instance;
 }
 
+bool GlobalSettings::isVerbose() {
+       return verbose;
+}
+
 void GlobalSettings::setVerbose(bool verbose) {
        this->verbose = verbose;
 }