diff options
Diffstat (limited to 'src')
-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) |