aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/target.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target.cpp b/src/target.cpp
index f3e54b7..8eec07a 100644
--- a/src/target.cpp
+++ b/src/target.cpp
@@ -191,6 +191,7 @@ const Profile *Target::getProfile( const Bu::FString &sName ) const
191 191
192void Target::setVars( const VarHash &hNewVars ) 192void Target::setVars( const VarHash &hNewVars )
193{ 193{
194
194 hVars = hNewVars; 195 hVars = hNewVars;
195} 196}
196 197