summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps4/pps4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps4/pps4.h')
-rw-r--r--src/devices/cpu/pps4/pps4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pps4/pps4.h b/src/devices/cpu/pps4/pps4.h
index a2797668751..760df191c53 100644
--- a/src/devices/cpu/pps4/pps4.h
+++ b/src/devices/cpu/pps4/pps4.h
@@ -41,7 +41,7 @@ class pps4_device : public cpu_device
{
public:
// construction/destruction
- pps4_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pps4_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides