From 1f90ceab075c4869298e963bf0a14a0aac2f1caa Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 16 Jan 2016 12:24:11 +0100 Subject: tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) --- src/mame/drivers/cardline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/cardline.cpp') diff --git a/src/mame/drivers/cardline.cpp b/src/mame/drivers/cardline.cpp index 740fb7e28f4..da62e39556e 100644 --- a/src/mame/drivers/cardline.cpp +++ b/src/mame/drivers/cardline.cpp @@ -33,7 +33,7 @@ class cardline_state : public driver_device { public: - cardline_state(const machine_config &mconfig, device_type type, const char *tag) + cardline_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_colorram(*this, "colorram"), -- cgit v1.2.3