summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bwing.h')
-rw-r--r--src/mame/includes/bwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bwing.h b/src/mame/includes/bwing.h
index 215cb663122..ee249399cf9 100644
--- a/src/mame/includes/bwing.h
+++ b/src/mame/includes/bwing.h
@@ -13,7 +13,7 @@
class bwing_state : public driver_device
{
public:
- bwing_state(const machine_config &mconfig, device_type type, const char *tag)
+ bwing_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_subcpu(*this, "sub"),