summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dac.h')
-rw-r--r--src/devices/sound/dac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dac.h b/src/devices/sound/dac.h
index bd5bdf16d62..787f6ef6bc7 100644
--- a/src/devices/sound/dac.h
+++ b/src/devices/sound/dac.h
@@ -35,7 +35,7 @@ class dac_device : public device_t,
public:
// construction/destruction
- dac_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ dac_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// public interface
INT16 output() const { return m_output; }