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

@ -35,7 +35,7 @@ public:
const std::vector<std::vector<std::shared_ptr<Packet>>>& page_list() const;
bool Parse(std::istream& is);
bool Parse(std::istream& is) override;
static constexpr size_t SIZE = 102u;