diff options
Diffstat (limited to 'src/mame/drivers/gluck2.cpp')
-rw-r--r-- | src/mame/drivers/gluck2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gluck2.cpp b/src/mame/drivers/gluck2.cpp index 5802238eddc..fc63a987ac3 100644 --- a/src/mame/drivers/gluck2.cpp +++ b/src/mame/drivers/gluck2.cpp @@ -204,7 +204,7 @@ class gluck2_state : public driver_device { public: - gluck2_state(const machine_config &mconfig, device_type type, const char *tag) + gluck2_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu"), m_gfxdecode(*this, "gfxdecode"), |