summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/wiping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/wiping.cpp')
-rw-r--r--src/mame/audio/wiping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/wiping.cpp b/src/mame/audio/wiping.cpp
index 38925e08c37..82bd7f5653e 100644
--- a/src/mame/audio/wiping.cpp
+++ b/src/mame/audio/wiping.cpp
@@ -16,7 +16,7 @@ static const int defgain = 48;
const device_type WIPING = &device_creator<wiping_sound_device>;
-wiping_sound_device::wiping_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+wiping_sound_device::wiping_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, WIPING, "Wiping Audio Custom", tag, owner, clock, "wiping_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_last_channel(nullptr),