diff options
Diffstat (limited to 'src/mame/drivers/junior.cpp')
-rw-r--r-- | src/mame/drivers/junior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/junior.cpp b/src/mame/drivers/junior.cpp index 6a3f4c3928c..f88c2abf3ad 100644 --- a/src/mame/drivers/junior.cpp +++ b/src/mame/drivers/junior.cpp @@ -34,7 +34,7 @@ Test Paste: class junior_state : public driver_device { public: - junior_state(const machine_config &mconfig, device_type type, const char *tag) + junior_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_riot(*this, "riot") , |