summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/meadows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/meadows.h')
-rw-r--r--src/mame/includes/meadows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/meadows.h b/src/mame/includes/meadows.h
index f8c0e47fa94..65ba0b0def9 100644
--- a/src/mame/includes/meadows.h
+++ b/src/mame/includes/meadows.h
@@ -13,7 +13,7 @@
class meadows_state : public driver_device
{
public:
- meadows_state(const machine_config &mconfig, device_type type, const char *tag)
+ meadows_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),