Skip to content

Commit 656019e

Browse files
Manu343726manusharded
authored andcommitted
1 parent 2f0533b commit 656019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ InternalValue SequenceAccessor::Filter(const InternalValue& baseVal, RenderConte
665665
});
666666
items.erase(end, items.end());
667667

668-
std::sort(items.begin(), items.end(), [&compType](auto& i1, auto& i2) {
668+
std::sort(items.begin(), items.end(), [](auto& i1, auto& i2) {
669669
return i1.idx < i2.idx;
670670
});
671671

0 commit comments

Comments
 (0)