From 7bd1dfced8823f59adb923170345664219545410 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 22:40:29 +0300 Subject: Remove default parameter from soundeffect.h --- src/resources/soundeffect.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/resources') diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 2797ce00e..71f5f5f03 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -65,8 +65,9 @@ class SoundEffect final : public Resource * @return true if the playback started properly * false otherwise. */ - bool play(const int loops, const int volume, - const int channel = -1) const; + bool play(const int loops, + const int volume, + const int channel) const; int calcMemoryLocal() const override final; -- cgit v1.2.3-60-g2f50