X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=trace_file.cpp;h=652cd0f3f70bb0b14216aa2a48919b11b74c4767;hb=46c4a32730c5b52c119376042a84a6773d8d789f;hp=d4e74b9ab45a6ff54b748b6eddb44ccabd27fb4b;hpb=f562f318ddee6da2041696887e2195fc3c96d740;p=apitrace diff --git a/trace_file.cpp b/trace_file.cpp index d4e74b9..652cd0f 100644 --- a/trace_file.cpp +++ b/trace_file.cpp @@ -149,3 +149,8 @@ bool ZLibFile::supportsOffsets() const { return false; } + +bool ZLibFile::rawSkip(unsigned) +{ + return false; +}