summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wecleman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wecleman.h')
-rw-r--r--src/mame/includes/wecleman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wecleman.h b/src/mame/includes/wecleman.h
index 792a7c4d35f..80acb529dcb 100644
--- a/src/mame/includes/wecleman.h
+++ b/src/mame/includes/wecleman.h
@@ -6,7 +6,7 @@
class wecleman_state : public driver_device
{
public:
- wecleman_state(const machine_config &mconfig, device_type type, std::string tag)
+ wecleman_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videostatus(*this, "videostatus"),
m_protection_ram(*this, "protection_ram"),