diff options
Diffstat (limited to 'src/gui/widgets/shortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index 2f6a48bc4..60c1bb539 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -43,11 +43,6 @@ class ShortcutContainer : public gcn::Widget, public gcn::MouseListener { public: - /** - * Constructor. Initializes the shortcut container. - */ - ShortcutContainer(); - A_DELETE_COPY(ShortcutContainer) /** @@ -99,6 +94,11 @@ class ShortcutContainer : public gcn::Widget, protected: /** + * Constructor. Initializes the shortcut container. + */ + ShortcutContainer(); + + /** * Gets the index from the grid provided the point is in an item box. * * @param pointX X coordinate of the point. |