summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3520cf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3520cf.h')
-rw-r--r--src/devices/machine/s3520cf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s3520cf.h b/src/devices/machine/s3520cf.h
index c277c69142a..f925d8b4efc 100644
--- a/src/devices/machine/s3520cf.h
+++ b/src/devices/machine/s3520cf.h
@@ -42,7 +42,7 @@ class s3520cf_device : public device_t
{
public:
// construction/destruction
- s3520cf_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ s3520cf_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// I/O operations
DECLARE_READ_LINE_MEMBER( read_bit );