diff options
Diffstat (limited to 'src/mame/includes/raiden.h')
-rw-r--r-- | src/mame/includes/raiden.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h index ab809bc8552..02eed6b9f42 100644 --- a/src/mame/includes/raiden.h +++ b/src/mame/includes/raiden.h @@ -12,7 +12,7 @@ class raiden_state : public driver_device { public: - raiden_state(const machine_config &mconfig, device_type type, const char *tag) + raiden_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_seibu_sound(*this, "seibu_sound"), |