summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m24_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m24_kbd.h')
-rw-r--r--src/mame/machine/m24_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m24_kbd.h b/src/mame/machine/m24_kbd.h
index 2b87a80e90c..489d094929e 100644
--- a/src/mame/machine/m24_kbd.h
+++ b/src/mame/machine/m24_kbd.h
@@ -12,7 +12,7 @@
class m24_keyboard_device : public device_t
{
public:
- m24_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ m24_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_out_data_handler(device_t &device, _Object object) { return downcast<m24_keyboard_device &>(device).m_out_data.set_callback(object); }