1
0
forked from fsfw/fsfw

last coverity fixes

This commit is contained in:
2021-04-11 18:36:24 +02:00
parent 7b8928ef47
commit 6e6fb62b3c
6 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ protected:
* @brief This call always returns the same fixed size of the message.
* @return Returns HEADER_SIZE + \c sizeof(timeval) + sizeof(uint32_t).
*/
size_t getMinimumMessageSize();
size_t getMinimumMessageSize() const override;
public:
/**