summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 11:28:49 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commitdd8cc8f1ec201b482630200c46a56454f2195b51 (patch)
tree6231a5061d95bb197a505a2cf4ba823c9c311d8e
parent2df5b93608c98297e75b2bec8cd494e6bba5a23a (diff)
downloadplus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.gz
plus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.bz2
plus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.xz
plus-dd8cc8f1ec201b482630200c46a56454f2195b51.zip
add missing initialisation in spellshortcut.
-rw-r--r--src/spellshortcut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp
index acac04e19..73cbb0122 100644
--- a/src/spellshortcut.cpp
+++ b/src/spellshortcut.cpp
@@ -24,7 +24,7 @@
#include "debug.h"
-SpellShortcut *spellShortcut;
+SpellShortcut *spellShortcut = nullptr;
SpellShortcut::SpellShortcut() :
mItemSelected(-1)