summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/wpc_lamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_lamp.cpp')
-rw-r--r--src/mame/machine/wpc_lamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_lamp.cpp b/src/mame/machine/wpc_lamp.cpp
index eba57bb6ced..95523978b8f 100644
--- a/src/mame/machine/wpc_lamp.cpp
+++ b/src/mame/machine/wpc_lamp.cpp
@@ -6,7 +6,7 @@
const device_type WPC_LAMP = &device_creator<wpc_lamp_device>;
-wpc_lamp_device::wpc_lamp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+wpc_lamp_device::wpc_lamp_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, WPC_LAMP, "Williams Pinball Controller Lamp Control", tag, owner, clock, "wpc_lamp", __FILE__)
{
names = nullptr;