1
0
Fork 0

Fix Mac compile.

This commit is contained in:
ThorstenB 2012-05-05 09:41:23 +02:00
parent c5ce8e29ca
commit 1f7b57546d

View file

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