We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3ce28 commit 1509254Copy full SHA for 1509254
src/app/CommandHandler.h
@@ -81,7 +81,7 @@ class DataModelEncoderToTLV : public EncoderToTLV
81
/// this object.
82
DataModelEncoderToTLV(const T & value) : mValue(value) {}
83
84
- virtual CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) { return DataModel::Encode(writer, tag, mValue); }
+ CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) override { return DataModel::Encode(writer, tag, mValue); }
85
86
private:
87
const T & mValue;
0 commit comments