diff options
Diffstat (limited to 'src/mame/includes/quasar.h')
-rw-r--r-- | src/mame/includes/quasar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/quasar.h b/src/mame/includes/quasar.h index 7a206207cb3..3c8569c4626 100644 --- a/src/mame/includes/quasar.h +++ b/src/mame/includes/quasar.h @@ -11,7 +11,7 @@ class quasar_state : public cvs_state { public: - quasar_state(const machine_config &mconfig, device_type type, std::string tag) + quasar_state(const machine_config &mconfig, device_type type, const char *tag) : cvs_state(mconfig, type, tag) { } std::unique_ptr<UINT8[]> m_effectram; |