File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace app {
2323
2424CHIP_ERROR AttributeListBuilder::Append (Span<const DataModel::AttributeEntry> mandatoryAttributes,
2525 Span<const DataModel::AttributeEntry> optionalAttributes,
26- const AttributeSet & enabledOptionalAttributes)
26+ AttributeSet enabledOptionalAttributes)
2727{
2828 // determine how much data to append. This should only be called if generally we have something to append
2929 size_t append_size = mandatoryAttributes.size ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class AttributeListBuilder
4545 // / - optionalAttributes IF AND ONLY IF enabledOptionalAttributes is set for them
4646 // / - GlobalAttributes() (all of them)
4747 CHIP_ERROR Append (Span<const DataModel::AttributeEntry> mandatoryAttributes,
48- Span<const DataModel::AttributeEntry> optionalAttributes, const AttributeSet & enabledOptionalAttributes);
48+ Span<const DataModel::AttributeEntry> optionalAttributes, AttributeSet enabledOptionalAttributes);
4949
5050 struct OptionalAttributeEntry
5151 {
You can’t perform that action at this time.
0 commit comments