summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-07 20:22:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-07 21:38:21 +0300
commitb43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7 (patch)
tree4d3f66fbffd93d0413a839e24d20e7d5b665e68a /src/resources/soundeffect.h
parente7d34cc22d3bfd0dd44b014af1bd5fdc891141aa (diff)
downloadplus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.gz
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.bz2
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.xz
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.zip
remove some default values for parameters.
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h4
1 files changed, 2 insertions, 2 deletions
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 <code>true</code> if the playback started properly
* <code>false</code> 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:
/**