summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vc4000snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vc4000snd.h')
-rw-r--r--src/mame/audio/vc4000snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/vc4000snd.h b/src/mame/audio/vc4000snd.h
index d528fd501bc..6b0ede4b485 100644
--- a/src/mame/audio/vc4000snd.h
+++ b/src/mame/audio/vc4000snd.h
@@ -21,7 +21,7 @@ class vc4000_sound_device : public device_t,
public device_sound_interface
{
public:
- vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ vc4000_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~vc4000_sound_device() { }
protected: