diff options
Diffstat (limited to 'src/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index 0b5859fe9..3e03a18f5 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -60,7 +60,7 @@ class EmoteShortcut final /** * Returns the amount of shortcut Emotes. */ - unsigned int getEmoteCount() const A_WARN_UNUSED + static unsigned int getEmoteCount() A_WARN_UNUSED { return SHORTCUT_EMOTES; } /** |