diff options
Diffstat (limited to 'src/mame/includes/gumbo.h')
-rw-r--r-- | src/mame/includes/gumbo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gumbo.h b/src/mame/includes/gumbo.h index 03e20b24a5d..d95628aacfb 100644 --- a/src/mame/includes/gumbo.h +++ b/src/mame/includes/gumbo.h @@ -9,7 +9,7 @@ class gumbo_state : public driver_device { public: - gumbo_state(const machine_config &mconfig, device_type type, std::string tag) + gumbo_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_bg_videoram(*this, "bg_videoram"), m_fg_videoram(*this, "fg_videoram"), |