summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ataflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ataflash.h')
-rw-r--r--src/devices/machine/ataflash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ataflash.h b/src/devices/machine/ataflash.h
index e0504b2f180..3ef8eefef09 100644
--- a/src/devices/machine/ataflash.h
+++ b/src/devices/machine/ataflash.h
@@ -14,7 +14,7 @@ class ata_flash_pccard_device : public ide_hdd_device,
public pccard_interface
{
public:
- ata_flash_pccard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ata_flash_pccard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual DECLARE_READ16_MEMBER(read_memory) override;
virtual DECLARE_WRITE16_MEMBER(write_memory) override;