summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/template_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/template_device.cpp')
-rw-r--r--src/mame/etc/template_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/template_device.cpp b/src/mame/etc/template_device.cpp
index 503929bb90b..8bc48c8e5de 100644
--- a/src/mame/etc/template_device.cpp
+++ b/src/mame/etc/template_device.cpp
@@ -27,7 +27,7 @@ const device_type XXX = &device_creator<xxx_device>;
// xxx_device - constructor
//-------------------------------------------------
-xxx_device::xxx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+xxx_device::xxx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, XXX, "xxx_longname", tag, owner, clock, "xxx", __FILE__)
{
}