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