summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/opwolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/opwolf.h')
-rw-r--r--src/mame/includes/opwolf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/opwolf.h b/src/mame/includes/opwolf.h
index e93ab442abd..8443deaa84e 100644
--- a/src/mame/includes/opwolf.h
+++ b/src/mame/includes/opwolf.h
@@ -18,7 +18,7 @@ public:
TIMER_CCHIP
};
- opwolf_state(const machine_config &mconfig, device_type type, const char *tag)
+ opwolf_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_cchip_ram(*this, "cchip_ram"),
m_maincpu(*this, "maincpu"),