Do not forget to alter the function declaration as well

This commit is contained in:
Erik Hofman
2016-05-27 22:43:52 +02:00
parent f65a970d2e
commit 733c283b1a

View 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);
}