
2 Jun
2005
2 Jun
'05
4:28 p.m.
pedro.lamarao@mndfck.org wrote:
It seems the declaration of zlib_base::reset in zlib.hpp doesn't agree with the definition in zlib.cpp.
After applying the following trivial patch everything compiles fine.
Thanks. The problem was that I commited changes to the implementation but neglected to commit the changes to the interface. I just fixed it. Jonathan