summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lc89510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lc89510.h')
-rw-r--r--src/devices/machine/lc89510.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lc89510.h b/src/devices/machine/lc89510.h
index 0d7ebedcf71..b3c9472d13c 100644
--- a/src/devices/machine/lc89510.h
+++ b/src/devices/machine/lc89510.h
@@ -6,7 +6,7 @@
class lc89510_device : public device_t
{
public:
- lc89510_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ lc89510_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);