Skip to content

Commit

Permalink
libexpr: rename parseSearchPath to SearchPath::parse
Browse files Browse the repository at this point in the history
This was never called??

Change-Id: I5c1b3ce0d5479a638fda98467efb2f34faaac726
  • Loading branch information
puckipedia committed Mar 17, 2024
1 parent 883d2ad commit 7f9e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/search-path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SearchPath::Elem SearchPath::Elem::parse(std::string_view rawElem)
}


SearchPath parseSearchPath(const Strings & rawElems)
SearchPath SearchPath::parse(const Strings & rawElems)
{
SearchPath res;
for (auto & rawElem : rawElems)
Expand Down

0 comments on commit 7f9e09a

Please sign in to comment.