diff options
Diffstat (limited to 'library/cpp/execprofile/profile.cpp')
-rw-r--r-- | library/cpp/execprofile/profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/execprofile/profile.cpp b/library/cpp/execprofile/profile.cpp index babccabfef..d05de20203 100644 --- a/library/cpp/execprofile/profile.cpp +++ b/library/cpp/execprofile/profile.cpp @@ -89,7 +89,7 @@ public: stats.SearchSkipCount = SearchSkipCount; AtomicUnlock(&WriteFlag); - Sort(hits.begin(), hits.end(), TCompareFirst()); + Sort(hits.begin(), hits.end(), TCompareFirst()); sampleVector.swap(hits); } |