diff options
Diffstat (limited to 'src/mame/includes/bebox.h')
-rw-r--r-- | src/mame/includes/bebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bebox.h b/src/mame/includes/bebox.h index 80ace184a53..27c64903fa7 100644 --- a/src/mame/includes/bebox.h +++ b/src/mame/includes/bebox.h @@ -32,7 +32,7 @@ public: TIMER_GET_DEVICES }; - bebox_state(const machine_config &mconfig, device_type type, const char *tag) + bebox_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_ppc1(*this, "ppc1"), m_ppc2(*this, "ppc2"), |