summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4roses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4roses.cpp')
-rw-r--r--src/mame/drivers/4roses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/4roses.cpp b/src/mame/drivers/4roses.cpp
index acfa158233b..38ed2e6ed29 100644
--- a/src/mame/drivers/4roses.cpp
+++ b/src/mame/drivers/4roses.cpp
@@ -185,7 +185,7 @@
class _4roses_state : public funworld_state
{
public:
- _4roses_state(const machine_config &mconfig, device_type type, const char *tag)
+ _4roses_state(const machine_config &mconfig, device_type type, std::string tag)
: funworld_state(mconfig, type, tag) { }
DECLARE_DRIVER_INIT(4roses);