diff options
Diffstat (limited to 'src/mame/includes/lethalj.h')
-rw-r--r-- | src/mame/includes/lethalj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lethalj.h b/src/mame/includes/lethalj.h index c2f54d4ed02..eb501e82122 100644 --- a/src/mame/includes/lethalj.h +++ b/src/mame/includes/lethalj.h @@ -17,7 +17,7 @@ public: TIMER_GEN_EXT1_INT }; - lethalj_state(const machine_config &mconfig, device_type type, std::string tag) + lethalj_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu"), m_screen(*this, "screen"), |