diff options
Diffstat (limited to 'src/mame/drivers/bestleag.cpp')
-rw-r--r-- | src/mame/drivers/bestleag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bestleag.cpp b/src/mame/drivers/bestleag.cpp index 1aea9436c1e..24310dbc504 100644 --- a/src/mame/drivers/bestleag.cpp +++ b/src/mame/drivers/bestleag.cpp @@ -28,7 +28,7 @@ Dip Locations added according to Service Mode class bestleag_state : public driver_device { public: - bestleag_state(const machine_config &mconfig, device_type type, std::string tag) + bestleag_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_oki(*this, "oki"), |