From 28269910f27f3f00406f3d5070ca17992a2a30d3 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 2 Oct 2012 22:18:47 +1000 Subject: Added fixed for g++ parsing issue on OS X. --- heimdall/source/Arguments.h | 5 +++-- 1 file 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& argumentTypes, const map& shortArgumentAliases = map(), - const map argumentAliases = map()); + Arguments(const map& argumentTypes, const map& shortArgumentAliases = (map()), + const map argumentAliases = (map())); + ~Arguments(); // argi is the index of the first argument to parse. -- cgit v1.1