From 00f62e4f3db5aa737b4242a3d691d2ade299fc72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Dec 2017 19:29:05 +0300 Subject: Add missing override and final to destructors. Also remove some empty destructors. --- src/resources/soundeffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/soundeffect.h') diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 71f5f5f03..c06371f4c 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -53,7 +53,7 @@ class SoundEffect final : public Resource /** * Destructor. */ - ~SoundEffect(); + ~SoundEffect() override final; /** * Plays the sample. -- cgit v1.2.3-60-g2f50