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