diff options
Diffstat (limited to 'src/sound_openal.h')
-rw-r--r-- | src/sound_openal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_openal.h b/src/sound_openal.h index de1ca3056..ce5702a47 100644 --- a/src/sound_openal.h +++ b/src/sound_openal.h @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sound.h" -ISoundManager *createOpenALSoundManager(); +ISoundManager *createOpenALSoundManager(OnDemandSoundFetcher *fetcher); #endif |