diff options
Diffstat (limited to 'src/mame/includes/dcon.h')
-rw-r--r-- | src/mame/includes/dcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h index ffff5c97c3e..e0a0fed9867 100644 --- a/src/mame/includes/dcon.h +++ b/src/mame/includes/dcon.h @@ -3,7 +3,7 @@ class dcon_state : public driver_device { public: - dcon_state(const machine_config &mconfig, device_type type, const char *tag) + dcon_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_gfxdecode(*this, "gfxdecode"), |