]> git.cworth.org Git - apitrace/blobdiff - trace_file.cpp
Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrame
[apitrace] / trace_file.cpp
index 4c170a6043fcf7d2276ea5f0205e7f0f6af03020..e20685812c5c6230c9e6f582f7ea2441bf5dfede 100644 (file)
@@ -129,7 +129,7 @@ void ZLibFile::rawClose()
     }
 }
 
-void ZLibFile::rawFlush(FlushType type)
+void ZLibFile::rawFlush()
 {
     gzflush(m_gzFile, Z_SYNC_FLUSH);
 }