]> git.cworth.org Git - apitrace/blobdiff - cli/trace_analyzer.cpp
Rename trim::CallSet to trace::FastCallSet
[apitrace] / cli / trace_analyzer.cpp
index febeadb18a5bd3faa358083e49d220a27a1e075d..374e6ceffedcc545c86aa11b8403679cce27a7bd 100644 (file)
@@ -760,7 +760,7 @@ TraceAnalyzer::require(trace::Call *call)
 /* Return a set of all the required calls, (both those calls added
  * explicitly with require() and those implicitly depended
  * upon. */
-trim::CallSet *
+trace::FastCallSet *
 TraceAnalyzer::get_required(void)
 {
     return &required;