Cleanup: Pass IndexMask by const reference
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user