summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/msx_switched.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_switched.cpp')
-rw-r--r--src/mame/machine/msx_switched.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_switched.cpp b/src/mame/machine/msx_switched.cpp
index f810f2c2dc2..9ec492934b7 100644
--- a/src/mame/machine/msx_switched.cpp
+++ b/src/mame/machine/msx_switched.cpp
@@ -4,7 +4,7 @@
#include "msx_switched.h"
-msx_switched_device::msx_switched_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
+msx_switched_device::msx_switched_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
: device_t(mconfig, type, name, tag, owner, clock, shortname, source)
{
}