summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/llc.h')
-rw-r--r--src/mame/includes/llc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/llc.h b/src/mame/includes/llc.h
index e74bf7f5acc..f79d0245c6a 100644
--- a/src/mame/includes/llc.h
+++ b/src/mame/includes/llc.h
@@ -21,7 +21,7 @@
class llc_state : public driver_device
{
public:
- llc_state(const machine_config &mconfig, device_type type, const char *tag)
+ llc_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_speaker(*this, "speaker"),
m_p_videoram(*this, "videoram"),