mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 18:34:05 +02:00
- bugfix for clang
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
|||||||
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL);
|
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 std::map<string,string> getTagReplacementValues(std::map<string,string> *mapExtraTagReplacementValues=NULL);
|
||||||
static bool isValuePathVariable(const string &value);
|
static bool isValuePathVariable(const string &value);
|
||||||
static void Properties::updateValuePathVariable(string &value);
|
static void updateValuePathVariable(string &value);
|
||||||
|
|
||||||
string getpath() const { return path;}
|
string getpath() const { return path;}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user