summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/hyprolyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/hyprolyb.h')
-rw-r--r--src/mame/audio/hyprolyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/hyprolyb.h b/src/mame/audio/hyprolyb.h
index f5b1c3dc116..35fe4f3ef13 100644
--- a/src/mame/audio/hyprolyb.h
+++ b/src/mame/audio/hyprolyb.h
@@ -6,7 +6,7 @@ class hyprolyb_adpcm_device : public device_t,
public device_sound_interface
{
public:
- hyprolyb_adpcm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ hyprolyb_adpcm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~hyprolyb_adpcm_device() {}
DECLARE_WRITE8_MEMBER( write );