Changed the parameter list of Packer::patchFilter32(), for consisitency

with the other patch and filter methods.

committer: mfx <mfx> 976879665 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-15 11:27:45 +00:00
parent 0b93d6c1f5
commit cb7b0e93cf
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ protected:
unsigned addvalue=0) const;
virtual void optimizeFilter(Filter *, const upx_byte *, unsigned) const
{ }
virtual bool patchFilter32(const Filter &, void *, unsigned);
virtual bool patchFilter32(void *, int, const Filter *ft);
// loader util
virtual int buildLoader(const Filter *) { return getLoaderSize(); }