diff options
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r-- | src/mame/includes/klax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h index f9aeb7492df..d94cccd0714 100644 --- a/src/mame/includes/klax.h +++ b/src/mame/includes/klax.h @@ -12,7 +12,7 @@ class klax_state : public atarigen_state { public: - klax_state(const machine_config &mconfig, device_type type, std::string tag) + klax_state(const machine_config &mconfig, device_type type, const char *tag) : atarigen_state(mconfig, type, tag), m_playfield_tilemap(*this, "playfield"), m_mob(*this, "mob") { } |