diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 22:35:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | e78d28f8c13cb1ddcf0450a5afe51afd0e34aa08 (patch) | |
tree | 91832cb7a6991773d0b7168cac53f778ed25bf52 /src/gui/widgets/shortcutcontainer.h | |
parent | 4816faf2f6baa16a4af7c33db56360bfbb41e664 (diff) | |
download | plus-e78d28f8c13cb1ddcf0450a5afe51afd0e34aa08.tar.gz plus-e78d28f8c13cb1ddcf0450a5afe51afd0e34aa08.tar.bz2 plus-e78d28f8c13cb1ddcf0450a5afe51afd0e34aa08.tar.xz plus-e78d28f8c13cb1ddcf0450a5afe51afd0e34aa08.zip |
add explicit to shortcutcontainer constructor.
Diffstat (limited to 'src/gui/widgets/shortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index 50fc9948f..45baabba8 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -102,7 +102,7 @@ class ShortcutContainer : public gcn::Widget, /** * Constructor. Initializes the shortcut container. */ - ShortcutContainer(); + explicit ShortcutContainer(); /** * Gets the index from the grid provided the point is in an item box. |