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

Comparing trunk/OOPSE-4/src/io/basic_ifstrstream.hpp (file contents):
Revision 1581 by tim, Fri Oct 15 20:35:01 2004 UTC vs.
Revision 1582 by tim, Fri Oct 15 20:42:25 2004 UTC

# Line 175 | Line 175 | class basic_ifstrstream : public basic_istream<_CharT,
175           * parallel mode) associated with the stream.
176           */
177          _Buf* rdbuf() const{
178 <            return const_cast<_Buf*>(internalBuf_);
178 >            return static_cast<_Buf*>(internalBuf_);
179          }
180  
181      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines