]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.cxx
Fixed mingw build.
[simgear.git] / simgear / misc / zfstream.cxx
index 9ad2dd775dc316237f2f3dd1ca803e4639f110f8..0b75eb55fc54304ed676e52cdcded5f175efa48c 100644 (file)
@@ -167,7 +167,7 @@ gzfilebuf::close()
 
 
 std::streampos
-gzfilebuf::seekoff( std::streamoff, ios_seekdir, int )
+gzfilebuf::seekoff( std::streamoff, ios_seekdir, ios_openmode )
 {
     return std::streampos(EOF);
 }