summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/concept.h')
-rw-r--r--src/mame/includes/concept.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/concept.h b/src/mame/includes/concept.h
index d6b0c3cab04..8eee3b9858a 100644
--- a/src/mame/includes/concept.h
+++ b/src/mame/includes/concept.h
@@ -29,7 +29,7 @@
class concept_state : public driver_device
{
public:
- concept_state(const machine_config &mconfig, device_type type, const char *tag)
+ concept_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_acia0(*this, ACIA_0_TAG),