summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_out.h')
-rw-r--r--src/mame/machine/wpc_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_out.h b/src/mame/machine/wpc_out.h
index f5615ddfd2a..6734881ab76 100644
--- a/src/mame/machine/wpc_out.h
+++ b/src/mame/machine/wpc_out.h
@@ -15,7 +15,7 @@ class wpc_out_device : public device_t
public:
typedef delegate<bool (int, bool)> handler_t;
- wpc_out_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wpc_out_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual ~wpc_out_device();
DECLARE_WRITE8_MEMBER(out_w);