summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cdislave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cdislave.h')
-rw-r--r--src/mame/machine/cdislave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cdislave.h b/src/mame/machine/cdislave.h
index 5ce85b36b00..4211574c018 100644
--- a/src/mame/machine/cdislave.h
+++ b/src/mame/machine/cdislave.h
@@ -46,7 +46,7 @@ class cdislave_device : public device_t
{
public:
// construction/destruction
- cdislave_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ cdislave_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// external callbacks
DECLARE_INPUT_CHANGED_MEMBER( mouse_update );