summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/specimx_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/specimx_snd.h')
-rw-r--r--src/mame/audio/specimx_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/specimx_snd.h b/src/mame/audio/specimx_snd.h
index 0f682a37c0c..45758a4b39f 100644
--- a/src/mame/audio/specimx_snd.h
+++ b/src/mame/audio/specimx_snd.h
@@ -15,7 +15,7 @@ class specimx_sound_device : public device_t,
public device_sound_interface
{
public:
- specimx_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ specimx_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~specimx_sound_device() { }
DECLARE_WRITE_LINE_MEMBER(set_input_ch0);