diff --git a/include/Cubism/ArgumentParser.h b/include/Cubism/ArgumentParser.h index 99c22eb9247c6d1153a5c460459e45d22abcddb7..1af32d1ab877beec00b3b2409e3641541b8d95bd 100644 --- a/include/Cubism/ArgumentParser.h +++ b/include/Cubism/ArgumentParser.h @@ -57,7 +57,7 @@ public: class CommandlineParser { private: - const int iArgC; + int iArgC; char** vArgV; bool bStrictMode, bVerbose; @@ -106,7 +106,7 @@ class ArgumentParser : public CommandlineParser typedef std::map pArgMap; typedef std::map FileMap; - const char commentStart; + char commentStart; // keep a reference from option origin ArgMap from_commandline;