summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tek410x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tek410x.cpp')
-rw-r--r--src/mame/drivers/tek410x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tek410x.cpp b/src/mame/drivers/tek410x.cpp
index b4677554dff..0bee49b90ef 100644
--- a/src/mame/drivers/tek410x.cpp
+++ b/src/mame/drivers/tek410x.cpp
@@ -26,7 +26,7 @@
class tek4107a_state : public driver_device
{
public:
- tek4107a_state(const machine_config &mconfig, device_type type, const char *tag)
+ tek4107a_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag) { }
virtual void machine_start() override;