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