Revert some changes from previous commit to pacify clang

-Winconsistent-missing-override warnings.
This commit is contained in:
Markus F.X.J. Oberhumer
2021-03-28 21:40:13 +02:00
parent f6ff5a2805
commit d33a34f016
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ public:
unsigned sizeof_oh, unsigned isize_isplit,
unsigned s1addr);
virtual void addNewRelocations(Reloc &, unsigned upxsection);
virtual void setOhDataBase(const pe_section_t *osection) override;
virtual void setOhHeaderSize(const pe_section_t *osection) override;
virtual void setOhDataBase(const pe_section_t *osection);
virtual void setOhHeaderSize(const pe_section_t *osection);
virtual void pack(OutputFile *fo);
virtual bool canPack();