diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-25 18:35:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-25 18:35:21 +0300 |
commit | 71f88c02f79a1164430eec1de3e15edec011a15e (patch) | |
tree | 6a0772ee943a41314b5abd92fed0ce269faced27 /src/gui/widgets/shortcutcontainer.h | |
parent | 6c05739c62484dae8d5ed9fb0dfdb6590aacfe88 (diff) | |
download | plus-71f88c02f79a1164430eec1de3e15edec011a15e.tar.gz plus-71f88c02f79a1164430eec1de3e15edec011a15e.tar.bz2 plus-71f88c02f79a1164430eec1de3e15edec011a15e.tar.xz plus-71f88c02f79a1164430eec1de3e15edec011a15e.zip |
improve construcors in abstract classes.
Also add some missing final to classes.
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. |