Compile again with MSVC

This commit is contained in:
fredb
2008-07-25 21:27:46 +00:00
parent 733e6fa14f
commit 900607034e

View File

@@ -97,7 +97,7 @@ protected:
virtual int_type underflow();
virtual int_type overflow( int_type c = traits_type::eof() );
virtual int_type overflow( int_type c = std::streambuf::traits_type::eof() );
private:
int_type flushbuf();