diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 11:28:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | dd8cc8f1ec201b482630200c46a56454f2195b51 (patch) | |
tree | 6231a5061d95bb197a505a2cf4ba823c9c311d8e /src/spellshortcut.cpp | |
parent | 2df5b93608c98297e75b2bec8cd494e6bba5a23a (diff) | |
download | plus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.gz plus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.bz2 plus-dd8cc8f1ec201b482630200c46a56454f2195b51.tar.xz plus-dd8cc8f1ec201b482630200c46a56454f2195b51.zip |
add missing initialisation in spellshortcut.
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 2 |
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) |