From: fredb Date: Fri, 25 Jul 2008 21:27:46 +0000 (+0000) Subject: Compile again with MSVC X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=900607034efa3dbf67db8f550315b04ba0db3af8;p=simgear.git Compile again with MSVC --- diff --git a/simgear/misc/zfstream.hxx b/simgear/misc/zfstream.hxx index b6c0715b..f5a4d2fc 100644 --- a/simgear/misc/zfstream.hxx +++ b/simgear/misc/zfstream.hxx @@ -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();