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/sound.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/sound.h') diff --git a/src/sound.h b/src/sound.h index 7db9ecfea..9da26c8fe 100644 --- a/src/sound.h +++ b/src/sound.h @@ -29,6 +29,8 @@ #include +#include "localconsts.h" + class Music; static const std::string SOUND_INFO = "soundinfo"; @@ -44,7 +46,7 @@ static const std::string SOUND_GUILD = "soundguild"; * * \ingroup CORE */ -class Sound : public ConfigListener +class Sound final : public ConfigListener { public: Sound(); -- cgit v1.2.3-60-g2f50