Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa7441b

Browse files
committedMay 29, 2024·
Name argument
1 parent 1509254 commit fa7441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/CommandHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class EncoderToTLV
6363
public:
6464
virtual ~EncoderToTLV() = default;
6565

66-
virtual CHIP_ERROR Encode(TLV::TLVWriter &, TLV::Tag tag) = 0;
66+
virtual CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) = 0;
6767
};
6868

6969
/// An `EncoderToTLV` that uses `DataModel::Encode` to encode things.

0 commit comments

Comments
 (0)
Please sign in to comment.