--- trunk/OOPSE-4/src/io/basic_ifstrstream.hpp 2004/10/15 20:35:01 1581 +++ trunk/OOPSE-4/src/io/basic_ifstrstream.hpp 2004/10/15 20:42:25 1582 @@ -175,7 +175,7 @@ class basic_ifstrstream : public basic_istream<_CharT, * parallel mode) associated with the stream. */ _Buf* rdbuf() const{ - return const_cast<_Buf*>(internalBuf_); + return static_cast<_Buf*>(internalBuf_); } private: