summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
-rw-r--r--src/ui/dialog/spellcheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/spellcheck.cpp b/src/ui/dialog/spellcheck.cpp
index ff3dd2636..972f2d1f9 100644
--- a/src/ui/dialog/spellcheck.cpp
+++ b/src/ui/dialog/spellcheck.cpp
@@ -53,7 +53,7 @@ namespace UI {
namespace Dialog {
-SpellCheck::SpellCheck (void) :
+SpellCheck::SpellCheck () :
UI::Widget::Panel("/dialogs/spellcheck/", SP_VERB_DIALOG_SPELLCHECK),
_text(nullptr),
_layout(nullptr),
@@ -170,7 +170,7 @@ SpellCheck::SpellCheck (void) :
onStart ();
}
-SpellCheck::~SpellCheck(void)
+SpellCheck::~SpellCheck()
{
clearRects();
disconnect();