summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/savquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/savquest.cpp')
-rw-r--r--src/mame/drivers/savquest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/savquest.cpp b/src/mame/drivers/savquest.cpp
index 784278096fa..7ebcd382dbb 100644
--- a/src/mame/drivers/savquest.cpp
+++ b/src/mame/drivers/savquest.cpp
@@ -57,7 +57,7 @@
class savquest_state : public pcat_base_state
{
public:
- savquest_state(const machine_config &mconfig, device_type type, const char *tag)
+ savquest_state(const machine_config &mconfig, device_type type, std::string tag)
: pcat_base_state(mconfig, type, tag),
m_vga(*this, "vga"),
m_voodoo(*this, "voodoo")