diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h index 9da26c8fe..c3e5e469a 100644 --- a/src/sound.h +++ b/src/sound.h @@ -52,7 +52,7 @@ class Sound final : public ConfigListener Sound(); ~Sound(); - void optionChanged(const std::string &value); + void optionChanged(const std::string &value) override; /** * Installs the sound engine. |