summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shuuz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shuuz.h')
-rw-r--r--src/mame/includes/shuuz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/shuuz.h b/src/mame/includes/shuuz.h
index 8f0e20ac876..79b580c1aca 100644
--- a/src/mame/includes/shuuz.h
+++ b/src/mame/includes/shuuz.h
@@ -12,7 +12,7 @@
class shuuz_state : public atarigen_state
{
public:
- shuuz_state(const machine_config &mconfig, device_type type, const char *tag)
+ shuuz_state(const machine_config &mconfig, device_type type, std::string tag)
: atarigen_state(mconfig, type, tag),
m_vad(*this, "vad") { }