- bugfix for clang

This commit is contained in:
SoftCoder 2014-01-27 20:14:06 -08:00
parent 7cae2b53f1
commit 5a48eb0b8a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public:
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;}