summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/redbaron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/redbaron.cpp')
-rw-r--r--src/mame/audio/redbaron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/redbaron.cpp b/src/mame/audio/redbaron.cpp
index b8f71f1d5f2..19e80fabc39 100644
--- a/src/mame/audio/redbaron.cpp
+++ b/src/mame/audio/redbaron.cpp
@@ -35,7 +35,7 @@ const device_type REDBARON = &device_creator<redbaron_sound_device>;
// redbaron_sound_device - constructor
//-------------------------------------------------
-redbaron_sound_device::redbaron_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+redbaron_sound_device::redbaron_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, REDBARON, "Red Baron Audio Custom", tag, owner, clock, "redbaron_custom", __FILE__),
device_sound_interface(mconfig, *this),
m_vol_lookup(nullptr),