X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fzfstream.cxx;h=0b75eb55fc54304ed676e52cdcded5f175efa48c;hb=619163d40e6beeaf08759944d80256692395ec9e;hp=9ad2dd775dc316237f2f3dd1ca803e4639f110f8;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/misc/zfstream.cxx b/simgear/misc/zfstream.cxx index 9ad2dd77..0b75eb55 100644 --- a/simgear/misc/zfstream.cxx +++ b/simgear/misc/zfstream.cxx @@ -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); }