summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74181.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74181.h')
-rw-r--r--src/devices/machine/74181.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74181.h b/src/devices/machine/74181.h
index 563acb3943e..0a521db590e 100644
--- a/src/devices/machine/74181.h
+++ b/src/devices/machine/74181.h
@@ -33,7 +33,7 @@ class ttl74181_device : public device_t
{
public:
// construction/destruction
- ttl74181_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ttl74181_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// inputs
void input_a_w(UINT8 data);