summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/liberatr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/liberatr.h')
-rw-r--r--src/mame/includes/liberatr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/liberatr.h b/src/mame/includes/liberatr.h
index 39e3c11b967..871fe96ff96 100644
--- a/src/mame/includes/liberatr.h
+++ b/src/mame/includes/liberatr.h
@@ -13,7 +13,7 @@
class liberatr_state : public atarigen_state
{
public:
- liberatr_state(const machine_config &mconfig, device_type type, const char *tag)
+ liberatr_state(const machine_config &mconfig, device_type type, std::string tag)
: atarigen_state(mconfig, type, tag),
m_base_ram(*this, "base_ram"),
m_planet_frame(*this, "planet_frame"),