aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/Arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall/source/Arguments.h')
-rw-r--r--heimdall/source/Arguments.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/heimdall/source/Arguments.h b/heimdall/source/Arguments.h
index 7294e70..55c196e 100644
--- a/heimdall/source/Arguments.h
+++ b/heimdall/source/Arguments.h
@@ -132,8 +132,9 @@ namespace Heimdall
public:
- Arguments(const map<string, ArgumentType>& argumentTypes, const map<string, string>& shortArgumentAliases = map<string, string>(),
- const map<string, string> argumentAliases = map<string, string>());
+ Arguments(const map<string, ArgumentType>& argumentTypes, const map<string, string>& shortArgumentAliases = (map<string, string>()),
+ const map<string, string> argumentAliases = (map<string, string>()));
+
~Arguments();
// argi is the index of the first argument to parse.