summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/xavix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xavix.cpp')
-rw-r--r--src/mame/drivers/xavix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp
index faa669cd547..688f8b89d92 100644
--- a/src/mame/drivers/xavix.cpp
+++ b/src/mame/drivers/xavix.cpp
@@ -23,7 +23,7 @@
class xavix_state : public driver_device
{
public:
- xavix_state(const machine_config &mconfig, device_type type, const char *tag)
+ xavix_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }