diff options
Diffstat (limited to 'src/mame/includes/redalert.h')
-rw-r--r-- | src/mame/includes/redalert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/redalert.h b/src/mame/includes/redalert.h index 908448882e4..c3aeb7be441 100644 --- a/src/mame/includes/redalert.h +++ b/src/mame/includes/redalert.h @@ -14,7 +14,7 @@ class redalert_state : public driver_device { public: - redalert_state(const machine_config &mconfig, device_type type, std::string tag) + redalert_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_bitmap_videoram(*this, "bitmap_videoram"), m_charmap_videoram(*this, "charram"), |