summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/moo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r--src/mame/includes/moo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h
index 28cb1e9ffef..fefd94d6fdd 100644
--- a/src/mame/includes/moo.h
+++ b/src/mame/includes/moo.h
@@ -18,7 +18,7 @@
class moo_state : public driver_device
{
public:
- moo_state(const machine_config &mconfig, device_type type, const char *tag)
+ moo_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_workram(*this, "workram"),
m_spriteram(*this, "spriteram"),