summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/labyrunr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/labyrunr.h')
-rw-r--r--src/mame/includes/labyrunr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/labyrunr.h b/src/mame/includes/labyrunr.h
index e614f052311..092b28a7503 100644
--- a/src/mame/includes/labyrunr.h
+++ b/src/mame/includes/labyrunr.h
@@ -12,7 +12,7 @@
class labyrunr_state : public driver_device
{
public:
- labyrunr_state(const machine_config &mconfig, device_type type, std::string tag)
+ labyrunr_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_k007121(*this, "k007121"),
m_maincpu(*this,"maincpu"),