summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_lpt.h')
-rw-r--r--src/devices/machine/pc_lpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pc_lpt.h b/src/devices/machine/pc_lpt.h
index ca2a71f6524..a2b150d67fa 100644
--- a/src/devices/machine/pc_lpt.h
+++ b/src/devices/machine/pc_lpt.h
@@ -21,7 +21,7 @@
class pc_lpt_device : public device_t
{
public:
- pc_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pc_lpt_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<pc_lpt_device &>(device).m_irq_handler.set_callback(object); }