summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8042kbdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8042kbdc.h')
-rw-r--r--src/devices/machine/8042kbdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/8042kbdc.h b/src/devices/machine/8042kbdc.h
index 169c2f9cb12..4f5fe666f03 100644
--- a/src/devices/machine/8042kbdc.h
+++ b/src/devices/machine/8042kbdc.h
@@ -54,7 +54,7 @@ class kbdc8042_device : public device_t
{
public:
// construction/destruction
- kbdc8042_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ kbdc8042_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual machine_config_constructor device_mconfig_additions() const override;