diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 01:36:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:19 +0300 |
commit | 3e09a2b6fcfef5582eff798f2c4299f706dbd5e7 (patch) | |
tree | 229d57649b3890e940a6f323e3f5819d2c46b472 | |
parent | 89270912f106bd38116da8ce454615c14cb16454 (diff) | |
download | plus-3e09a2b6fcfef5582eff798f2c4299f706dbd5e7.tar.gz plus-3e09a2b6fcfef5582eff798f2c4299f706dbd5e7.tar.bz2 plus-3e09a2b6fcfef5582eff798f2c4299f706dbd5e7.tar.xz plus-3e09a2b6fcfef5582eff798f2c4299f706dbd5e7.zip |
add missing initialisation in emoteshortcut.
-rw-r--r-- | src/emoteshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp index 2bd8e37d6..9a7acaeb1 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -29,7 +29,7 @@ #include "debug.h" -EmoteShortcut *emoteShortcut; +EmoteShortcut *emoteShortcut = nullptr; EmoteShortcut::EmoteShortcut(): mEmoteSelected(0) |