summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pass.h')
-rw-r--r--src/mame/includes/pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pass.h b/src/mame/includes/pass.h
index 6f65fb91fc7..e54f385787c 100644
--- a/src/mame/includes/pass.h
+++ b/src/mame/includes/pass.h
@@ -3,7 +3,7 @@
class pass_state : public driver_device
{
public:
- pass_state(const machine_config &mconfig, device_type type, std::string tag)
+ pass_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_bg_videoram(*this, "bg_videoram"),
m_fg_videoram(*this, "fg_videoram"),