summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_hdc.h')
-rw-r--r--src/mame/machine/x68k_hdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x68k_hdc.h b/src/mame/machine/x68k_hdc.h
index a4ea3e92165..2baad2f29de 100644
--- a/src/mame/machine/x68k_hdc.h
+++ b/src/mame/machine/x68k_hdc.h
@@ -82,7 +82,7 @@ class x68k_hdc_image_device : public device_t,
{
public:
// construction/destruction
- x68k_hdc_image_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ x68k_hdc_image_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// image-level overrides
virtual iodevice_t image_type() const override { return IO_HARDDISK; }