diff options
Diffstat (limited to 'src/mame/includes/wecleman.h')
-rw-r--r-- | src/mame/includes/wecleman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wecleman.h b/src/mame/includes/wecleman.h index 80acb529dcb..792a7c4d35f 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, const char *tag) + wecleman_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_videostatus(*this, "videostatus"), m_protection_ram(*this, "protection_ram"), |