aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-03 00:54:30 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-03 00:54:30 +1000
commit4994531230899c44a9d3b6d734c5abf03a66b889 (patch)
tree6bebdef1e49dd77e93b41355323d5c14e752d75a /heimdall/source
parent28269910f27f3f00406f3d5070ca17992a2a30d3 (diff)
downloadexternal_heimdall-4994531230899c44a9d3b6d734c5abf03a66b889.zip
external_heimdall-4994531230899c44a9d3b6d734c5abf03a66b889.tar.gz
external_heimdall-4994531230899c44a9d3b6d734c5abf03a66b889.tar.bz2
Made Qt project (qmake) configurable using environment variables on OS X. Also added a missing &reference symbol in heimdall/source/Arguments.h
Diffstat (limited to 'heimdall/source')
-rw-r--r--heimdall/source/Arguments.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/Arguments.h b/heimdall/source/Arguments.h
index 55c196e..17f31fa 100644
--- a/heimdall/source/Arguments.h
+++ b/heimdall/source/Arguments.h
@@ -133,7 +133,7 @@ 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>()));
+ const map<string, string>& argumentAliases = (map<string, string>()));
~Arguments();