summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/redbaron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/redbaron.h')
-rw-r--r--src/mame/audio/redbaron.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/redbaron.h b/src/mame/audio/redbaron.h
index b7d11ae2ab7..ef7ed4c125d 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, const char *tag, device_t *owner, UINT32 clock);
+ redbaron_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE8_MEMBER( sounds_w );