mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 00:40:05 +00:00
add needed overrides for clang
This commit is contained in:
parent
fe37d6080a
commit
7f672f709b
9 changed files with 23 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue