summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index 7bbaf80ee50..3c1c72b4806 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -9,7 +9,7 @@
class battlera_state : public driver_device
{
public:
- battlera_state(const machine_config &mconfig, device_type type, std::string tag)
+ battlera_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),