From 6d28f4d48f5cb3462765c7a1d582cea49352be1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 19:52:08 +0300 Subject: Add missing final keywords to classes. --- 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 7d23dcca0..203e3a8f8 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -30,7 +30,7 @@ /** * Defines a class for loading and storing sound effects. */ -class SoundEffect : public Resource +class SoundEffect final : public Resource { public: /** -- cgit v1.2.3-60-g2f50