]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
MSVC .NET 2003 fix
[simgear.git] / simgear / misc / zfstream.hxx
index 153c357ee573a15d60f6629868d200636b450bc0..2b0f10c4d7515bf52fc56d1793cbd3b5b714a4c7 100644 (file)
@@ -141,7 +141,7 @@ public:
 protected:
 
     virtual int_type underflow();
-    virtual int_type overflow( int_type c = traits_type::eof() );
+    virtual int_type overflow( int_type c = streambuf::traits_type::eof() );
 
 private: