diff options
Diffstat (limited to 'src/mame/includes/orbit.h')
-rw-r--r-- | src/mame/includes/orbit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h index 1095f531f04..a29afdd96c1 100644 --- a/src/mame/includes/orbit.h +++ b/src/mame/includes/orbit.h @@ -20,7 +20,7 @@ class orbit_state : public driver_device { public: - orbit_state(const machine_config &mconfig, device_type type, const char *tag) + orbit_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_playfield_ram(*this, "playfield_ram"), m_sprite_ram(*this, "sprite_ram"), |