Cleanup: Pass IndexMask by const reference

This commit is contained in:
Hans Goudey
2025-01-22 17:38:08 -05:00
parent b2bbb0a8fb
commit 5921ca8a9f

View File

@@ -774,7 +774,7 @@ int FieldEvaluator::add(GField field)
static IndexMask evaluate_selection(const Field<bool> &selection_field,
const FieldContext &context,
IndexMask full_mask,
const IndexMask &full_mask,
ResourceScope &scope)
{
if (selection_field) {