summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dac.cpp')
-rw-r--r--src/devices/sound/dac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dac.cpp b/src/devices/sound/dac.cpp
index d51b51c1410..166cad66794 100644
--- a/src/devices/sound/dac.cpp
+++ b/src/devices/sound/dac.cpp
@@ -24,7 +24,7 @@ const device_type DAC = &device_creator<dac_device>;
// dac_device - constructor
//-------------------------------------------------
-dac_device::dac_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+dac_device::dac_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DAC, "DAC", tag, owner, clock, "dac", __FILE__),
device_sound_interface(mconfig, *this),
m_stream(nullptr),