]> git.cworth.org Git - apitrace/blobdiff - trace_parser.hpp
Switch the gui to the on-demand-loader.
[apitrace] / trace_parser.hpp
index f50cf9aebe94c3e8b79cb06c83a7b196feb180c7..15b0ccb9b03f0964b5ce1c5418488e23bfb5afe7 100644 (file)
@@ -67,6 +67,8 @@ protected:
     typedef std::map<File::Offset, unsigned> CallNumOffsets;
     CallNumOffsets m_callNumOffsets;
 
+    bool m_supportsSeeking;
+
     unsigned next_call_no;
 
 public: