summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ql.h')
-rw-r--r--src/mame/includes/ql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ql.h b/src/mame/includes/ql.h
index c0a7a032350..3e0d2d082ee 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, std::string tag) :
+ ql_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, M68008_TAG),
m_ipc(*this, I8749_TAG),