summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/next.h')
-rw-r--r--src/mame/includes/next.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/next.h b/src/mame/includes/next.h
index 09e221be65f..83f9ac25866 100644
--- a/src/mame/includes/next.h
+++ b/src/mame/includes/next.h
@@ -21,7 +21,7 @@
class next_state : public driver_device
{
public:
- next_state(const machine_config &mconfig, device_type type, const char *tag)
+ next_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
maincpu(*this, "maincpu"),
rtc(*this, "rtc"),