From b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 20:22:42 +0300 Subject: remove some default values for parameters. --- src/resources/soundeffect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/soundeffect.h') diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 20164a397..c375fa0f8 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -62,8 +62,8 @@ class SoundEffect final : public Resource * @return true if the playback started properly * false otherwise. */ - virtual bool play(const int loops, const int volume, - const int channel = -1) const; + bool play(const int loops, const int volume, + const int channel = -1) const; protected: /** -- cgit v1.2.3-70-g09d2