diff options
Diffstat (limited to 'src/mame/includes/ql.h')
-rw-r--r-- | src/mame/includes/ql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ql.h b/src/mame/includes/ql.h index 3e0d2d082ee..c0a7a032350 100644 --- a/src/mame/includes/ql.h +++ b/src/mame/includes/ql.h @@ -37,7 +37,7 @@ class ql_state : public driver_device { public: - ql_state(const machine_config &mconfig, device_type type, const char *tag) : + ql_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, M68008_TAG), m_ipc(*this, I8749_TAG), |