1
0
forked from fsfw/fsfw

missed one GCC13 adaption

This commit is contained in:
Ulrich Mohr 2023-06-23 16:22:19 +02:00
parent 1fc50a1562
commit b56b54951b

View File

@ -26,6 +26,8 @@ class FilestoreRequestTlv : public cfdp::FilestoreTlvBase {
*/
ReturnValue_t deSerialize(cfdp::Tlv &tlv, Endianness endianness);
using SerializeIF::deSerialize; // we overloaded above, so this is needed to uncofuse the
// compiler
ReturnValue_t deSerialize(const uint8_t **buffer, size_t *size,
Endianness streamEndianness) override;