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 2eed8fbfd..a8e11ca6b 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -65,7 +65,7 @@ class SoundEffect final : public Resource bool play(const int loops, const int volume, const int channel = -1) const; - int calcMemoryLocal() override final; + int calcMemoryLocal() const override final; protected: /** |