From 6d550793f8b7f84b83a41acfeefce3d6ab9e7b6c Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 14 Feb 2019 12:02:13 -0330 Subject: [PATCH] Fix minor compile warning in clang. --- src/common/SoundSDL2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/SoundSDL2.hxx b/src/common/SoundSDL2.hxx index 47568da5e..62a756a22 100644 --- a/src/common/SoundSDL2.hxx +++ b/src/common/SoundSDL2.hxx @@ -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