diff options
Diffstat (limited to 'src/emoteshortcut.cpp')
-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 416f73423..30f3ee4ac 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -31,7 +31,7 @@ EmoteShortcut *emoteShortcut = nullptr; -EmoteShortcut::EmoteShortcut(): +EmoteShortcut::EmoteShortcut() : mEmoteSelected(0) { for (int i = 0; i < SHORTCUT_EMOTES; i++) |