summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/elecbowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elecbowl.cpp')
-rw-r--r--src/mame/drivers/elecbowl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/elecbowl.cpp b/src/mame/drivers/elecbowl.cpp
index 65a2070bc5c..5110ced34b9 100644
--- a/src/mame/drivers/elecbowl.cpp
+++ b/src/mame/drivers/elecbowl.cpp
@@ -36,7 +36,7 @@
class elecbowl_state : public hh_tms1k_state
{
public:
- elecbowl_state(const machine_config &mconfig, device_type type, const char *tag)
+ elecbowl_state(const machine_config &mconfig, device_type type, std::string tag)
: hh_tms1k_state(mconfig, type, tag)
{ }