diff options
Diffstat (limited to 'src/mame/drivers/cubeqst.cpp')
-rw-r--r-- | src/mame/drivers/cubeqst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cubeqst.cpp b/src/mame/drivers/cubeqst.cpp index 2c7ccc972d7..5f4714c59f5 100644 --- a/src/mame/drivers/cubeqst.cpp +++ b/src/mame/drivers/cubeqst.cpp @@ -30,7 +30,7 @@ class cubeqst_state : public driver_device { public: - cubeqst_state(const machine_config &mconfig, device_type type, const char *tag) + cubeqst_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_laserdisc(*this, "laserdisc"), m_rotatecpu(*this, "rotate_cpu"), |