Added fixed for g++ parsing issue on OS X.

alt_setting-error
Benjamin Dobell 2012-10-02 22:18:47 +10:00
parent 6cd6b35c73
commit 28269910f2
1 changed files with 3 additions and 2 deletions

View File

@ -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.