summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce_cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pce_cd.h')
-rw-r--r--src/mame/machine/pce_cd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pce_cd.h b/src/mame/machine/pce_cd.h
index 03ac019997a..ebb39aeb680 100644
--- a/src/mame/machine/pce_cd.h
+++ b/src/mame/machine/pce_cd.h
@@ -42,7 +42,7 @@ class pce_cd_device : public device_t
{
public:
// construction/destruction
- pce_cd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ pce_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~pce_cd_device() {}
// device-level overrides