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;}