]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.hxx
Support for multiple data dirs.
[flightgear.git] / 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);
 
 };