From 5a48eb0b8aee727bbcd750188e1234aea430f29a Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Mon, 27 Jan 2014 20:14:06 -0800 Subject: [PATCH] - bugfix for clang --- source/shared_lib/include/util/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/include/util/properties.h b/source/shared_lib/include/util/properties.h index 03418749..64bf8f81 100644 --- a/source/shared_lib/include/util/properties.h +++ b/source/shared_lib/include/util/properties.h @@ -103,7 +103,7 @@ public: static bool applyTagsToValue(string &value, const std::map *mapTagReplacementValues=NULL); static std::map getTagReplacementValues(std::map *mapExtraTagReplacementValues=NULL); static bool isValuePathVariable(const string &value); - static void Properties::updateValuePathVariable(string &value); + static void updateValuePathVariable(string &value); string getpath() const { return path;}