Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed May 9, 2023
1 parent c8ad756 commit 56e5ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 56e5ef4

Please sign in to comment.