]> git.mxchange.org Git - simgear.git/commitdiff
Do not forget to alter the function declaration as well
authorErik Hofman <erik@ehofman.com>
Fri, 27 May 2016 20:43:52 +0000 (22:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/sound/readwav.hxx

index 5e0a4b268830a5a270880abf01a99b3b8433ea04..375b26aeda1067a294d968c5fe2c0953ced3a6fb 100644 (file)
@@ -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);
 }