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