summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/astrocde.h')
-rw-r--r--src/devices/sound/astrocde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/astrocde.h b/src/devices/sound/astrocde.h
index 96826a120c6..5bb9d6de5bd 100644
--- a/src/devices/sound/astrocde.h
+++ b/src/devices/sound/astrocde.h
@@ -27,7 +27,7 @@ class astrocade_device : public device_t,
public device_sound_interface
{
public:
- astrocade_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ astrocade_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~astrocade_device() { }
protected: