Fix minor compile warning in clang.

This commit is contained in:
Stephen Anthony 2019-02-14 12:02:13 -03:30
parent b5fce21b2f
commit 6d550793f8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class SoundSDL2 : public Sound
@return The previous (old) mute state
*/
bool toggleMute();
bool toggleMute() override;
/**
Sets the volume of the sound device to the specified level. The