Fix Mac compile.
This commit is contained in:
parent
c5ce8e29ca
commit
1f7b57546d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
||||||
* Take care of mapping it to the appropriate translation, if available.
|
* Take care of mapping it to the appropriate translation, if available.
|
||||||
* Returns an UTF-8 encoded string.
|
* Returns an UTF-8 encoded string.
|
||||||
*/
|
*/
|
||||||
const char* getLocalizedLabel(SGPropertyNode* node);
|
static const char* getLocalizedLabel(SGPropertyNode* node);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue