From 1f7b57546de1942596b348374d0c5db3f8c8b7e1 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sat, 5 May 2012 09:41:23 +0200 Subject: [PATCH] Fix Mac compile. --- src/GUI/menubar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };