diff options
Diffstat (limited to 'src/mame/includes/batman.h')
-rw-r--r-- | src/mame/includes/batman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/batman.h b/src/mame/includes/batman.h index 666ce66f2ba..f98632ee177 100644 --- a/src/mame/includes/batman.h +++ b/src/mame/includes/batman.h @@ -13,7 +13,7 @@ class batman_state : public atarigen_state { public: - batman_state(const machine_config &mconfig, device_type type, std::string tag) + batman_state(const machine_config &mconfig, device_type type, const char *tag) : atarigen_state(mconfig, type, tag), m_jsa(*this, "jsa"), m_vad(*this, "vad") { } |