summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_switched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_switched.h')
-rw-r--r--src/mame/machine/msx_switched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_switched.h b/src/mame/machine/msx_switched.h
index 2b3c3c02c17..42a643bded6 100644
--- a/src/mame/machine/msx_switched.h
+++ b/src/mame/machine/msx_switched.h
@@ -7,7 +7,7 @@
class msx_switched_device : public device_t
{
public:
- 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(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
virtual UINT8 get_id() = 0;