diff options
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r-- | src/mame/includes/wolfpack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h index 59f513f3969..4aa1f347331 100644 --- a/src/mame/includes/wolfpack.h +++ b/src/mame/includes/wolfpack.h @@ -10,7 +10,7 @@ public: TIMER_PERIODIC }; - wolfpack_state(const machine_config &mconfig, device_type type, const char *tag) + wolfpack_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_alpha_num_ram(*this, "alpha_num_ram"), m_maincpu(*this, "maincpu"), |