diff options
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r-- | src/mame/includes/punchout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h index ca0fad05d3b..b8e3bf4cd43 100644 --- a/src/mame/includes/punchout.h +++ b/src/mame/includes/punchout.h @@ -13,7 +13,7 @@ class punchout_state : public driver_device { public: - punchout_state(const machine_config &mconfig, device_type type, std::string tag) + punchout_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_audiocpu(*this, "audiocpu"), |