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();