]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
Update the SoundSample api so we can request that a copy of the sample be
[simgear.git] / simgear / misc / zfstream.hxx
index 153c357ee573a15d60f6629868d200636b450bc0..e226166c985bff5ef7db4ab0da2fbab4796e2061 100644 (file)
@@ -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: