This commit is contained in:
Jeffrey Walton 2019-08-03 15:38:39 -04:00
parent 84c4ae429f
commit 3c5cb828b1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -886,7 +886,7 @@ public:
/// \brief Retrieves the encoded element's size
/// \param reversible flag indicating the encoding format
/// \return encoded element's size, in bytes
/// \details The format of the encoded element varies by the underlyinhg type of the element and the
/// \details The format of the encoded element varies by the underlying type of the element and the
/// reversible flag. GetEncodedElementSize() must be implemented in a derived class.
/// \sa GetEncodedElementSize(), EncodeElement(), DecodeElement()
virtual unsigned int GetEncodedElementSize(bool reversible) const =0;