diff options
Diffstat (limited to 'src/mame/drivers/mwsub.cpp')
-rw-r--r-- | src/mame/drivers/mwsub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mwsub.cpp b/src/mame/drivers/mwsub.cpp index 8505e2e9b6d..348572cda82 100644 --- a/src/mame/drivers/mwsub.cpp +++ b/src/mame/drivers/mwsub.cpp @@ -20,7 +20,7 @@ TODO: class submar_state : public driver_device { public: - submar_state(const machine_config &mconfig, device_type type, std::string tag) + submar_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |