diff options
Diffstat (limited to 'src/mame/audio/redbaron.h')
-rw-r--r-- | src/mame/audio/redbaron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/redbaron.h b/src/mame/audio/redbaron.h index ef7ed4c125d..b7d11ae2ab7 100644 --- a/src/mame/audio/redbaron.h +++ b/src/mame/audio/redbaron.h @@ -10,7 +10,7 @@ class redbaron_sound_device : public device_t, public device_sound_interface { public: - redbaron_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + redbaron_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); DECLARE_WRITE8_MEMBER( sounds_w ); |