summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/qsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/qsound.c')
-rw-r--r--src/emu/sound/qsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/qsound.c b/src/emu/sound/qsound.c
index 929ef314c54..aaae25e64c9 100644
--- a/src/emu/sound/qsound.c
+++ b/src/emu/sound/qsound.c
@@ -88,7 +88,7 @@ struct _qsound_state
FILE *fpRawDataR;
};
-INLINE qsound_state *get_safe_token(const device_config *device)
+INLINE qsound_state *get_safe_token(running_device *device)
{
assert(device != NULL);
assert(device->token != NULL);