summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xmen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xmen.h')
-rw-r--r--src/mame/includes/xmen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xmen.h b/src/mame/includes/xmen.h
index d7bdceb6a65..f285eed9bde 100644
--- a/src/mame/includes/xmen.h
+++ b/src/mame/includes/xmen.h
@@ -9,7 +9,7 @@
class xmen_state : public driver_device
{
public:
- xmen_state(const machine_config &mconfig, device_type type, const char *tag)
+ xmen_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_xmen6p_spriteramleft(*this, "spriteramleft"),
m_xmen6p_spriteramright(*this, "spriteramright"),