ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/openbabel/zipstreamimpl.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/openbabel/zipstreamimpl.hpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2486 by chuckv, Mon Dec 5 21:45:27 2005 UTC

# Line 72 | Line 72 | basic_zip_streambuf<charT, traits>::basic_zip_streambu
72      _err=deflateInit2(&_zip_stream, level, Z_DEFLATED,
73                        window_size, memory_level,
74                        static_cast<int>(strategy));
75 <
76 <    setp( &(_buffer[0]), &(_buffer[_buffer.size()-1]));
75 >    this->setp( &(_buffer[0]), &(_buffer[_buffer.size()-1]));
76   }
77  
78   /** Destructor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines