Skip to content

Commit 77b277c

Browse files
Add missing const to Span type
1 parent f8b6393 commit 77b277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/DeviceInfoProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CHIP_ERROR DeviceInfoProvider::SetUserLabelList(EndpointId endpoint, Span<const
6565

6666
CHIP_ERROR DeviceInfoProvider::ClearUserLabelList(EndpointId endpoint)
6767
{
68-
return SetUserLabelList(endpoint, Span<UserLabelType>());
68+
return SetUserLabelList(endpoint, Span<const UserLabelType>());
6969
}
7070

7171
CHIP_ERROR DeviceInfoProvider::AppendUserLabel(EndpointId endpoint, const UserLabelType & label)

0 commit comments

Comments
 (0)