Skip to content

Commit b53abf5

Browse files
Fix build cpp errors
1 parent f79c1e1 commit b53abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/meter-identification-server/meter-identification-server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct Delegate
5050
virtual DataModel::Nullable<uint64_t> GetPowerThreshold() = 0;
5151
virtual DataModel::Nullable<PowerThresholdSourceEnum> GetPowerThresholdSource() = 0;
5252

53-
virtual CHIP_ERROR SetCustomerName(char * value) = 0;
53+
virtual CHIP_ERROR SetCustomerName(CharSpan & value) = 0;
5454

5555
protected:
5656
EndpointId mEndpointId = 0;

0 commit comments

Comments
 (0)