summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/rx01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/rx01.h')
-rw-r--r--src/mame/machine/rx01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/rx01.h b/src/mame/machine/rx01.h
index ad55511be41..5bb14cabc60 100644
--- a/src/mame/machine/rx01.h
+++ b/src/mame/machine/rx01.h
@@ -30,7 +30,7 @@ class rx01_device : public device_t
{
public:
// construction/destruction
- rx01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ rx01_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ16_MEMBER( read );
DECLARE_WRITE16_MEMBER( write );