From 1396a1ae151759781fe05f85642491187bc9a54f Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 26 Apr 2013 17:09:18 +0200 Subject: [PATCH] Make Command::getSelection static --- src/Gui/Command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Command.h b/src/Gui/Command.h index 255a7dd2f..7b77d4a4c 100644 --- a/src/Gui/Command.h +++ b/src/Gui/Command.h @@ -184,7 +184,7 @@ public: /// Get pointer to the Application Window static Application* getGuiApplication(void); /// Get a reference to the selection - Gui::SelectionSingleton& getSelection(void); + static Gui::SelectionSingleton& getSelection(void); /// Get pointer to the active gui document Gui::Document* getActiveGuiDocument(void) const; /** Get pointer to the named or active App document