diff options
Diffstat (limited to 'src/devices/sound/k051649.h')
-rw-r--r-- | src/devices/sound/k051649.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k051649.h b/src/devices/sound/k051649.h index 09b156e7a1b..f5e4997f02c 100644 --- a/src/devices/sound/k051649.h +++ b/src/devices/sound/k051649.h @@ -46,7 +46,7 @@ class k051649_device : public device_t, public device_sound_interface { public: - k051649_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + k051649_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~k051649_device() { } protected: |