]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Mac compile.
authorThorstenB <brehmt@gmail.com>
Sat, 5 May 2012 07:41:23 +0000 (09:41 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 5 May 2012 07:41:23 +0000 (09:41 +0200)
src/GUI/menubar.hxx

index df3b9cf60cb6f53acd987e83ae89510b52f341fb..3e70c48c1feb6ef6366f85bd18dcacd0120c4838 100644 (file)
@@ -51,7 +51,7 @@ public:
      * Take care of mapping it to the appropriate translation, if available.
      * Returns an UTF-8 encoded string.
      */
-    const char* getLocalizedLabel(SGPropertyNode* node);
+    static const char* getLocalizedLabel(SGPropertyNode* node);
 
 };