Filter parameters should be called "ft" instead of "fp".

committer: mfx <mfx> 1142301730 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-03-14 02:02:10 +00:00
parent c43c484a62
commit df04e8183d
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -161,7 +161,7 @@ protected:
virtual bool compress(upx_bytep in, upx_bytep out,
unsigned max_offset = 0, unsigned max_match = 0);
virtual void decompress(const upx_bytep in, upx_bytep out,
bool verify_checksum = true, Filter *fp = 0);
bool verify_checksum = true, Filter *ft = NULL);
virtual bool checkCompressionRatio(unsigned u_len, unsigned c_len) const;
virtual bool checkFinalCompressionRatio(const OutputFile *fo) const;
@@ -185,7 +185,7 @@ protected:
unsigned range = 0,
unsigned upper_limit = ~0u) const;
// destructive decompress + verify
virtual void verifyOverlappingDecompression(Filter *fp = 0);
virtual void verifyOverlappingDecompression(Filter *ft = NULL);
// packheader handling