summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aerofgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aerofgt.h')
-rw-r--r--src/mame/includes/aerofgt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/aerofgt.h b/src/mame/includes/aerofgt.h
index 194640f805c..bc721632e6f 100644
--- a/src/mame/includes/aerofgt.h
+++ b/src/mame/includes/aerofgt.h
@@ -7,7 +7,7 @@
class aerofgt_state : public driver_device
{
public:
- aerofgt_state(const machine_config &mconfig, device_type type, const char *tag)
+ aerofgt_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_bg1videoram(*this, "bg1videoram"),
m_bg2videoram(*this, "bg2videoram"),