summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden2.h')
-rw-r--r--src/mame/includes/raiden2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/raiden2.h b/src/mame/includes/raiden2.h
index 0cedfb94a78..17f87813ee4 100644
--- a/src/mame/includes/raiden2.h
+++ b/src/mame/includes/raiden2.h
@@ -7,7 +7,7 @@
class raiden2_state : public driver_device
{
public:
- raiden2_state(const machine_config &mconfig, device_type type, const char *tag)
+ raiden2_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
/*
back_data(*this, "back_data"),