]> git.cworth.org Git - apitrace/blobdiff - trace_snappyfile.hpp
Fix silly typo
[apitrace] / trace_snappyfile.hpp
index 469f29e13cbe561cd5416da8bafd3e2487bd3c61..33159ec73cc81eb4413158de707940a2c64c5211 100644 (file)
@@ -63,6 +63,7 @@ protected:
     virtual void rawClose();
     virtual void rawFlush();
     virtual bool rawSkip(size_t length);
+    virtual int rawPercentRead();
 
 private:
     inline size_t usedCacheSize() const
@@ -97,6 +98,7 @@ private:
     char *m_compressedCache;
 
     File::Offset m_currentOffset;
+    std::streampos m_endPos;
 };
 
 }