diff --git a/source/driver/Driver.cpp b/source/driver/Driver.cpp index 040067905..5bb578dc4 100644 --- a/source/driver/Driver.cpp +++ b/source/driver/Driver.cpp @@ -614,7 +614,7 @@ bool Driver::parseAllSources() { } for (auto bd : meta.interfacePorts) { - string_view name = bd->nameOrKeyword.valueText(); + std::string_view name = bd->nameOrKeyword.valueText(); if (knownNames.find(name) == knownNames.end()) missing.emplace(name); }