forked from lix-project/lix
libexpr: rename parseSearchPath to SearchPath::parse
This was never called??
Change-Id: I5c1b3ce0d5479a638fda98467efb2f34faaac726
This commit is contained in:
parent
883d2ad4d2
commit
7f9e09a434
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue