diff options
Diffstat (limited to 'src/mame/drivers/glasgow.cpp')
-rw-r--r-- | src/mame/drivers/glasgow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/glasgow.cpp b/src/mame/drivers/glasgow.cpp index a0ee00c428b..c46ef03ae1c 100644 --- a/src/mame/drivers/glasgow.cpp +++ b/src/mame/drivers/glasgow.cpp @@ -58,7 +58,7 @@ R.Schaefer Oct 2010 class glasgow_state : public mboard_state { public: - glasgow_state(const machine_config &mconfig, device_type type, std::string tag) + glasgow_state(const machine_config &mconfig, device_type type, const char *tag) : mboard_state(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_beep(*this, "beeper"), |