summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc.h')
-rw-r--r--src/mame/machine/wpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc.h b/src/mame/machine/wpc.h
index 6d4a4e38406..09c29246985 100644
--- a/src/mame/machine/wpc.h
+++ b/src/mame/machine/wpc.h
@@ -102,7 +102,7 @@
class wpc_device : public device_t
{
public:
- wpc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wpc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);