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 6dba675e732..012fd47d9b0 100644 --- a/src/mame/includes/wolfpack.h +++ b/src/mame/includes/wolfpack.h @@ -16,7 +16,7 @@ public: TIMER_PERIODIC }; - wolfpack_state(const machine_config &mconfig, device_type type, std::string tag) + wolfpack_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_alpha_num_ram(*this, "alpha_num_ram"), m_maincpu(*this, "maincpu"), |