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

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