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