summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/interact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interact.cpp')
-rw-r--r--src/mame/drivers/interact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/interact.cpp b/src/mame/drivers/interact.cpp
index 35ecbbf2276..e0281ecf65f 100644
--- a/src/mame/drivers/interact.cpp
+++ b/src/mame/drivers/interact.cpp
@@ -66,7 +66,7 @@
class interact_state : public hec2hrp_state
{
public:
- interact_state(const machine_config &mconfig, device_type type, const char *tag)
+ interact_state(const machine_config &mconfig, device_type type, std::string tag)
: hec2hrp_state(mconfig, type, tag),
m_videoram(*this, "videoram") { }