summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/macrtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macrtc.h')
-rw-r--r--src/mame/machine/macrtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/macrtc.h b/src/mame/machine/macrtc.h
index ea8726a8fd2..a06715524fd 100644
--- a/src/mame/machine/macrtc.h
+++ b/src/mame/machine/macrtc.h
@@ -36,7 +36,7 @@ class rtc3430042_device : public device_t,
{
public:
// construction/destruction
- rtc3430042_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ rtc3430042_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER( ce_w );
DECLARE_WRITE_LINE_MEMBER( clk_w );