summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/seicop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/seicop.h')
-rw-r--r--src/mame/machine/seicop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/seicop.h b/src/mame/machine/seicop.h
index a1bfa9b592c..7851a88b1a8 100644
--- a/src/mame/machine/seicop.h
+++ b/src/mame/machine/seicop.h
@@ -8,7 +8,7 @@
class seibu_cop_bootleg_device : public device_t
{
public:
-seibu_cop_bootleg_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+seibu_cop_bootleg_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ16_MEMBER( copdxbl_0_r );
DECLARE_WRITE16_MEMBER( copdxbl_0_w );