Placate clang re: missing 'override'

modified:   file.h
This commit is contained in:
John Reiser 2022-03-22 19:16:15 -07:00 committed by Markus F.X.J. Oberhumer
parent e7ca5c54ff
commit f853f91c5b

View File

@ -143,7 +143,7 @@ public:
// FIXME - these won't work when using the '--stdout' option
virtual upx_off_t seek(upx_off_t off, int whence) override;
virtual upx_off_t tell() const;
virtual upx_off_t tell() const override;
virtual void rewrite(const void *buf, int len);
// util