From: ThorstenB Date: Sat, 5 May 2012 07:41:23 +0000 (+0200) Subject: Fix Mac compile. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f7b57546de1942596b348374d0c5db3f8c8b7e1;p=flightgear.git Fix Mac compile. --- diff --git a/src/GUI/menubar.hxx b/src/GUI/menubar.hxx index df3b9cf60..3e70c48c1 100644 --- a/src/GUI/menubar.hxx +++ b/src/GUI/menubar.hxx @@ -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); };