summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds2401.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds2401.h')
-rw-r--r--src/devices/machine/ds2401.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2401.h b/src/devices/machine/ds2401.h
index 11c05f27a02..7bef492f499 100644
--- a/src/devices/machine/ds2401.h
+++ b/src/devices/machine/ds2401.h
@@ -20,7 +20,7 @@ class ds2401_device : public device_t
{
public:
// construction/destruction
- ds2401_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ds2401_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER( write );
DECLARE_READ_LINE_MEMBER( read );