summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/coco_vhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/coco_vhd.h')
-rw-r--r--src/mame/machine/coco_vhd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/coco_vhd.h b/src/mame/machine/coco_vhd.h
index 8c195fff4a7..45f9f5fb224 100644
--- a/src/mame/machine/coco_vhd.h
+++ b/src/mame/machine/coco_vhd.h
@@ -23,7 +23,7 @@ class coco_vhd_image_device : public device_t,
{
public:
// construction/destruction
- coco_vhd_image_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ coco_vhd_image_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~coco_vhd_image_device();
// image-level overrides