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