Make Command::getSelection static

This commit is contained in:
wmayer 2013-04-26 17:09:18 +02:00
parent a40bac2bc2
commit 1396a1ae15

View File

@ -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