summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bking.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bking.h')
-rw-r--r--src/mame/includes/bking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bking.h b/src/mame/includes/bking.h
index ffd455d3421..081a632f244 100644
--- a/src/mame/includes/bking.h
+++ b/src/mame/includes/bking.h
@@ -5,7 +5,7 @@
class bking_state : public driver_device
{
public:
- bking_state(const machine_config &mconfig, device_type type, const char *tag)
+ bking_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_playfield_ram(*this, "playfield_ram"),
m_audiocpu(*this, "audiocpu"),