diff --git a/src/file.h b/src/file.h index c8001e01..dfc5cbe7 100644 --- a/src/file.h +++ b/src/file.h @@ -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