summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/template_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/template_device.h')
-rw-r--r--src/mame/etc/template_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/template_device.h b/src/mame/etc/template_device.h
index 7359d5ead4b..409c9cb3ad3 100644
--- a/src/mame/etc/template_device.h
+++ b/src/mame/etc/template_device.h
@@ -30,7 +30,7 @@ class xxx_device : public device_t
{
public:
// construction/destruction
- xxx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ xxx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// I/O operations
DECLARE_WRITE8_MEMBER( write );