summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos21.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos21.h')
-rw-r--r--src/mame/includes/namcos21.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcos21.h b/src/mame/includes/namcos21.h
index e35265aa830..e50f1210583 100644
--- a/src/mame/includes/namcos21.h
+++ b/src/mame/includes/namcos21.h
@@ -43,7 +43,7 @@ struct edge
class namcos21_state : public namcos2_shared_state
{
public:
- namcos21_state(const machine_config &mconfig, device_type type, const char *tag)
+ namcos21_state(const machine_config &mconfig, device_type type, std::string tag)
: namcos2_shared_state(mconfig, type, tag),
m_winrun_dspbios(*this,"winrun_dspbios"),
m_winrun_polydata(*this,"winrun_polydata"),