summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kc_keyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kc_keyb.h')
-rw-r--r--src/mame/machine/kc_keyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kc_keyb.h b/src/mame/machine/kc_keyb.h
index d6c851dba34..152a886e65f 100644
--- a/src/mame/machine/kc_keyb.h
+++ b/src/mame/machine/kc_keyb.h
@@ -25,7 +25,7 @@ class kc_keyboard_device : public device_t
{
public:
// construction/destruction
- kc_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ kc_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~kc_keyboard_device();
template<class _Object> static devcb_base &set_out_wr_callback(device_t &device, _Object object) { return downcast<kc_keyboard_device &>(device).m_write_out.set_callback(object); }