Placate clang re: missing 'override'
modified: file.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
e7ca5c54ff
commit
f853f91c5b
+1
-1
@@ -143,7 +143,7 @@ public:
|
|||||||
|
|
||||||
// FIXME - these won't work when using the '--stdout' option
|
// 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 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);
|
virtual void rewrite(const void *buf, int len);
|
||||||
|
|
||||||
// util
|
// util
|
||||||
|
|||||||
Reference in New Issue
Block a user