Skip to content
Permalink
Browse files
- bugfix for clang
  • Loading branch information
softcoder committed Jan 28, 2014
1 parent 7cae2b5 commit 5a48eb0b8aee727bbcd750188e1234aea430f29a
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/shared_lib/include/util/properties.h
@@ -103,7 +103,7 @@ class Properties {
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL);
static std::map<string,string> getTagReplacementValues(std::map<string,string> *mapExtraTagReplacementValues=NULL);
static bool isValuePathVariable(const string &value);
static void Properties::updateValuePathVariable(string &value);
static void updateValuePathVariable(string &value);

string getpath() const { return path;}

0 comments on commit 5a48eb0

Please sign in to comment.