summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/magicsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/magicsound.h')
-rw-r--r--src/devices/bus/cpc/magicsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/magicsound.h b/src/devices/bus/cpc/magicsound.h
index 519e820bac4..633548417e9 100644
--- a/src/devices/bus/cpc/magicsound.h
+++ b/src/devices/bus/cpc/magicsound.h
@@ -38,7 +38,7 @@ class al_magicsound_device : public device_t,
{
public:
// construction/destruction
- al_magicsound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ al_magicsound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;