diff options
Diffstat (limited to 'src/mame/drivers/quakeat.cpp')
-rw-r--r-- | src/mame/drivers/quakeat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quakeat.cpp b/src/mame/drivers/quakeat.cpp index 49c8ea6ab42..4cd2532aa8b 100644 --- a/src/mame/drivers/quakeat.cpp +++ b/src/mame/drivers/quakeat.cpp @@ -68,7 +68,7 @@ TODO: class quakeat_state : public pcat_base_state { public: - quakeat_state(const machine_config &mconfig, device_type type, const char *tag) + quakeat_state(const machine_config &mconfig, device_type type, std::string tag) : pcat_base_state(mconfig, type, tag) { } |