diff options
Diffstat (limited to 'src/mame/includes/stlforce.h')
-rw-r--r-- | src/mame/includes/stlforce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h index 7c43ad56e93..5ac160ffd1c 100644 --- a/src/mame/includes/stlforce.h +++ b/src/mame/includes/stlforce.h @@ -6,7 +6,7 @@ class stlforce_state : public driver_device { public: - stlforce_state(const machine_config &mconfig, device_type type, const char *tag) + stlforce_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_oki(*this, "oki"), |