diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 62e5d37a7f..0c516c173e 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -34,9 +34,9 @@ public: void SetPrefs(float MixVol); void Update(float delta); - void StartMixing( RageSoundBase *snd ); /* used by RageSoundBase */ - void StopMixing( RageSoundBase *snd ); /* used by RageSoundBase */ - int GetPosition( const RageSoundBase *snd ) const; /* used by RageSoundBase */ + void StartMixing( RageSoundBase *snd ); /* used by RageSound */ + void StopMixing( RageSoundBase *snd ); /* used by RageSound */ + int GetPosition( const RageSoundBase *snd ) const; /* used by RageSound */ float GetPlayLatency() const; int GetDriverSampleRate( int rate ) const; const set &GetPlayingSounds() const { return playing_sounds; }