diff options
Diffstat (limited to 'src/mame/includes/mustache.h')
-rw-r--r-- | src/mame/includes/mustache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h index 7f4fe7db0ee..160f2398d16 100644 --- a/src/mame/includes/mustache.h +++ b/src/mame/includes/mustache.h @@ -5,7 +5,7 @@ class mustache_state : public driver_device { public: - mustache_state(const machine_config &mconfig, device_type type, std::string tag) + mustache_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_gfxdecode(*this, "gfxdecode"), |