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