summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/videopin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/videopin.h')
-rw-r--r--src/mame/includes/videopin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/videopin.h b/src/mame/includes/videopin.h
index 93831beddad..b5ce3f448f1 100644
--- a/src/mame/includes/videopin.h
+++ b/src/mame/includes/videopin.h
@@ -25,7 +25,7 @@ public:
TIMER_INTERRUPT
};
- videopin_state(const machine_config &mconfig, device_type type, const char *tag)
+ videopin_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_discrete(*this, "discrete"),