add needed overrides for clang

This commit is contained in:
AdenKoperczak 2024-09-19 11:25:48 -04:00
parent fe37d6080a
commit 7f672f709b
9 changed files with 23 additions and 23 deletions

View file

@ -27,7 +27,7 @@ public:
RadarCodedMessage(RadarCodedMessage&&) noexcept;
RadarCodedMessage& operator=(RadarCodedMessage&&) noexcept;
std::shared_ptr<ProductDescriptionBlock> description_block() const;
std::shared_ptr<ProductDescriptionBlock> description_block() const override;
bool Parse(std::istream& is) override;