We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b6393 commit 77b277cCopy full SHA for 77b277c
src/platform/DeviceInfoProvider.cpp
@@ -65,7 +65,7 @@ CHIP_ERROR DeviceInfoProvider::SetUserLabelList(EndpointId endpoint, Span<const
65
66
CHIP_ERROR DeviceInfoProvider::ClearUserLabelList(EndpointId endpoint)
67
{
68
- return SetUserLabelList(endpoint, Span<UserLabelType>());
+ return SetUserLabelList(endpoint, Span<const UserLabelType>());
69
}
70
71
CHIP_ERROR DeviceInfoProvider::AppendUserLabel(EndpointId endpoint, const UserLabelType & label)
0 commit comments