summaryrefslogtreecommitdiff
path: root/src/sound_openal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_openal.h')
-rw-r--r--src/sound_openal.h2
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