GLK: Fix Compilation on AmigaOS4

This commit is contained in:
D G Turner
2019-11-25 11:37:13 +00:00
parent 2757722e6c
commit 74834e73f7
+1 -1
View File
@@ -1060,7 +1060,7 @@ void GlkAPI::glk_sound_load_hint(uint snd, uint flag) {
// No implementation
}
schanid_t GlkAPI::glk_schannel_create_ext(glui32 rock, glui32 volume) {
schanid_t GlkAPI::glk_schannel_create_ext(uint rock, uint volume) {
return _sounds->create(rock, volume);
}