From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/emoteshortcut.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/emoteshortcut.h') diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index e9c52827c..cbef84cd0 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -22,12 +22,14 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H +#include "localconsts.h" + static const int SHORTCUT_EMOTES = 48; /** * The class which keeps track of the emote shortcuts. */ -class EmoteShortcut +class EmoteShortcut final { public: /** -- cgit v1.2.3-70-g09d2