X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fzfstream.hxx;h=e226166c985bff5ef7db4ab0da2fbab4796e2061;hb=bb383998bb77002a6d94e83e253de01e116f9268;hp=2b0f10c4d7515bf52fc56d1793cbd3b5b714a4c7;hpb=3b3baa996b2485855534f08b68c52f3a40149598;p=simgear.git diff --git a/simgear/misc/zfstream.hxx b/simgear/misc/zfstream.hxx index 2b0f10c4..e226166c 100644 --- a/simgear/misc/zfstream.hxx +++ b/simgear/misc/zfstream.hxx @@ -141,7 +141,11 @@ public: protected: virtual int_type underflow(); +#ifndef SG_HAVE_STD_INCLUDES + virtual int_type overflow( int_type c = traits_type::eof() ); +#else virtual int_type overflow( int_type c = streambuf::traits_type::eof() ); +#endif private: