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