]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
Make tsync part of libSimGearCore when building shared libraries
[simgear.git] / simgear / misc / zfstream.hxx
index a8635483d9e619c942fe8eed6117dac838e55fba..a9f065eaab29df7f94b73f8087295ba836752281 100644 (file)
@@ -90,7 +90,7 @@ public:
     bool is_open() const { return (file != NULL); }
 
     /** @return stream position */
-    virtual std::streampos seekoff( std::streamoff off, ios_seekdir way, int which );
+    virtual std::streampos seekoff( std::streamoff off, ios_seekdir way, ios_openmode which );
 
     /** sync the stream */
     virtual int sync();