summaryrefslogtreecommitdiff
path: root/src/gui/widgets/spellshortcutcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-04-30 19:52:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-04-30 19:52:16 +0300
commit88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce (patch)
treeb35a28cd317e2895c063749180b98edfe223c032 /src/gui/widgets/spellshortcutcontainer.h
parentc24fefa91a1416a4dad7fd97d67cefa51f9eb97c (diff)
downloadplus-88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce.tar.gz
plus-88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce.tar.bz2
plus-88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce.tar.xz
plus-88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce.zip
Fix code style in gui.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r--src/gui/widgets/spellshortcutcontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h
index afff6dcf9..ba192d4bc 100644
--- a/src/gui/widgets/spellshortcutcontainer.h
+++ b/src/gui/widgets/spellshortcutcontainer.h
@@ -38,8 +38,8 @@ class SpellShortcutContainer final : public ShortcutContainer
/**
* Constructor. Initializes the graphic.
*/
- explicit SpellShortcutContainer(Widget2 *const widget,
- const unsigned number);
+ SpellShortcutContainer(Widget2 *const widget,
+ const unsigned number);
A_DELETE_COPY(SpellShortcutContainer)