summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi/scsihd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scsi/scsihd.h')
-rw-r--r--src/devices/bus/scsi/scsihd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scsi/scsihd.h b/src/devices/bus/scsi/scsihd.h
index 645706090b5..49af73fd659 100644
--- a/src/devices/bus/scsi/scsihd.h
+++ b/src/devices/bus/scsi/scsihd.h
@@ -18,7 +18,7 @@ class scsihd_device : public scsihle_device,
public:
// construction/destruction
scsihd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- scsihd_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ scsihd_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source);
virtual machine_config_constructor device_mconfig_additions() const override;
protected: