summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h4
1 files changed, 3 insertions, 1 deletions
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 <string>
+#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();