diff options
| author | Max Horn | 2003-07-05 15:19:11 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-05 15:19:11 +0000 |
| commit | d098334fe651616afa8b5314bcf580ae835185b2 (patch) | |
| tree | 5442e167b6a58dea66f8482a1afcae264dfbbc1a /sky | |
| parent | 4611b12c0a84ec528f9f020dc85bf4e9a0108c82 (diff) | |
| download | scummvm-rg350-d098334fe651616afa8b5314bcf580ae835185b2.tar.gz scummvm-rg350-d098334fe651616afa8b5314bcf580ae835185b2.tar.bz2 scummvm-rg350-d098334fe651616afa8b5314bcf580ae835185b2.zip | |
updated code to use type MutexRef; added class StackLock (from sdl backend, now in util.*)
svn-id: r8777
Diffstat (limited to 'sky')
| -rw-r--r-- | sky/music/musicbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/music/musicbase.h b/sky/music/musicbase.h index 1c992e98cb..418e13dfd2 100644 --- a/sky/music/musicbase.h +++ b/sky/music/musicbase.h @@ -69,7 +69,7 @@ protected: uint32 _aktTime; Actions _onNextPoll; SkyChannelBase *_channels[10]; - void *_mutex; + OSystem::MutexRef _mutex; virtual void setupPointers(void) = 0; virtual void setupChannels(uint8 *channelData) = 0; |
