From e0fe48032d6e27445a9c963e70cf82bf57b5fd5a Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Sun, 20 Jun 2010 20:19:53 +0000 Subject: Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/timer.h" that should have been included in r50095) svn-id: r50097 --- sound/mixer_intern.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sound/mixer_intern.h') diff --git a/sound/mixer_intern.h b/sound/mixer_intern.h index c1b7df941f..014be7abf2 100644 --- a/sound/mixer_intern.h +++ b/sound/mixer_intern.h @@ -60,7 +60,7 @@ private: OSystem *_syst; Common::Mutex _mutex; - uint _sampleRate; + const uint _sampleRate; bool _mixerReady; uint32 _handleSeed; @@ -127,8 +127,6 @@ public: * their audio system has been completed. */ void setReady(bool ready); - - void setSampleRate(uint sampleRate); }; -- cgit v1.2.3