diff options
Diffstat (limited to 'sound/mixer_intern.h')
-rw-r--r-- | sound/mixer_intern.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/mixer_intern.h b/sound/mixer_intern.h index 014be7abf2..c1b7df941f 100644 --- a/sound/mixer_intern.h +++ b/sound/mixer_intern.h @@ -60,7 +60,7 @@ private: OSystem *_syst; Common::Mutex _mutex; - const uint _sampleRate; + uint _sampleRate; bool _mixerReady; uint32 _handleSeed; @@ -127,6 +127,8 @@ public: * their audio system has been completed. */ void setReady(bool ready); + + void setSampleRate(uint sampleRate); }; |