summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc_pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_pic.h')
-rw-r--r--src/mame/machine/wpc_pic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_pic.h b/src/mame/machine/wpc_pic.h
index 61266e71204..793dec9c05e 100644
--- a/src/mame/machine/wpc_pic.h
+++ b/src/mame/machine/wpc_pic.h
@@ -12,7 +12,7 @@
class wpc_pic_device : public device_t
{
public:
- wpc_pic_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ wpc_pic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~wpc_pic_device();
DECLARE_READ8_MEMBER(read);