From: Erik Hofman Date: Fri, 27 May 2016 20:43:52 +0000 (+0200) Subject: Do not forget to alter the function declaration as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=15f8c4b5ba7c685f8517a8870c405e0ba7c4e116;p=simgear.git Do not forget to alter the function declaration as well --- diff --git a/simgear/sound/readwav.hxx b/simgear/sound/readwav.hxx index 5e0a4b26..375b26ae 100644 --- a/simgear/sound/readwav.hxx +++ b/simgear/sound/readwav.hxx @@ -16,7 +16,7 @@ class SGPath; namespace simgear { - ALvoid* loadWAVFromFile(const SGPath& path, ALenum& format, ALsizei& size, ALfloat& freqf); + ALvoid* loadWAVFromFile(const SGPath& path, unsigned int& format, ALsizei& size, ALfloat& freqf); ALuint createBufferFromFile(const SGPath& path); }