Skip to content

Commit 7314079

Browse files
committed
s
1 parent 31706c2 commit 7314079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ bool ImportProject::importVcxproj(const std::string &filename, const tinyxml2::X
935935

936936
ImportProject::SharedItemsProject ImportProject::importVcxitems(const std::string& filename, const std::vector<std::string>& fileFilters, std::vector<SharedItemsProject> &cache)
937937
{
938-
auto isInCacheCheck = [&filename](const ImportProject::SharedItemsProject& e) -> bool {
938+
auto isInCacheCheck = [filename](const ImportProject::SharedItemsProject& e) -> bool {
939939
return filename == e.pathToProjectFile;
940940
};
941941
const auto iterator = std::find_if(cache.begin(), cache.end(), isInCacheCheck);

0 commit comments

Comments
 (0)