diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 3b6724820..4768c9284 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -40,7 +40,7 @@ class SoundEffect final : public Resource /** * Destructor. */ - virtual ~SoundEffect(); + ~SoundEffect(); /** * Loads a sample from a buffer in memory. |