1
0
forked from fsfw/fsfw

coverity fix for event message

This commit is contained in:
2021-04-08 19:10:49 +02:00
parent dd367bf083
commit e6a1a7cc2d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public:
protected:
static const Event INVALID_EVENT = 0;
virtual size_t getMinimumMessageSize();
virtual size_t getMinimumMessageSize() const override;
};