diff options
Diffstat (limited to 'src/mame/includes/cvs.h')
-rw-r--r-- | src/mame/includes/cvs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cvs.h b/src/mame/includes/cvs.h index de9dee5a059..83a04f69eb5 100644 --- a/src/mame/includes/cvs.h +++ b/src/mame/includes/cvs.h @@ -22,7 +22,7 @@ struct cvs_star class cvs_state : public driver_device { public: - cvs_state(const machine_config &mconfig, device_type type, const char *tag) + cvs_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_video_ram(*this, "video_ram"), m_bullet_ram(*this, "bullet_ram"), |