]> git.mxchange.org Git - simgear.git/commitdiff
Compile again with MSVC
authorfredb <fredb>
Fri, 25 Jul 2008 21:27:46 +0000 (21:27 +0000)
committerfredb <fredb>
Fri, 25 Jul 2008 21:27:46 +0000 (21:27 +0000)
simgear/misc/zfstream.hxx

index b6c0715ba1d73315e093773113c4a7d18d21d9c0..f5a4d2fc14933b717033d955a95c51bf3588d432 100644 (file)
@@ -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();