From 51933629d1f1a17839ddbb75b2b619effe117abb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 2 Nov 2009 21:54:57 +0000 Subject: Changed foo(void) to foo() in almost all non-backend source files svn-id: r45616 --- engines/tinsel/sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/tinsel/sound.h') diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h index 4f37108949..36c5af1891 100644 --- a/engines/tinsel/sound.h +++ b/engines/tinsel/sound.h @@ -112,7 +112,7 @@ public: bool playSample(int id, int sub, bool bLooped, int x, int y, int priority, Audio::Mixer::SoundType type, Audio::SoundHandle *handle = 0); - void stopAllSamples(void); // Stops any currently playing sample + void stopAllSamples(); // Stops any currently playing sample void stopSpecSample(int id, int sub = 0); // Stops a specific sample void setSFXVolumes(uint8 volume); @@ -121,8 +121,8 @@ public: bool sampleIsPlaying(int id = -1); // TODO: Internal method, make this protected? - void openSampleFiles(void); - void closeSampleStream(void); + void openSampleFiles(); + void closeSampleStream(); }; } // End of namespace Tinsel -- cgit v1.2.3