summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lsasquad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lsasquad.h')
-rw-r--r--src/mame/includes/lsasquad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lsasquad.h b/src/mame/includes/lsasquad.h
index 17f4c2faf16..adeafdb133d 100644
--- a/src/mame/includes/lsasquad.h
+++ b/src/mame/includes/lsasquad.h
@@ -4,7 +4,7 @@
class lsasquad_state : public driver_device
{
public:
- lsasquad_state(const machine_config &mconfig, device_type type, const char *tag)
+ lsasquad_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_scrollram(*this, "scrollram"),