diff options
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r-- | src/mame/includes/lockon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h index 86407bd3671..83e2df256f3 100644 --- a/src/mame/includes/lockon.h +++ b/src/mame/includes/lockon.h @@ -22,7 +22,7 @@ class lockon_state : public driver_device { public: - lockon_state(const machine_config &mconfig, device_type type, const char *tag) + lockon_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_char_ram(*this, "char_ram"), m_hud_ram(*this, "hud_ram"), |