summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sort_pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/sort_pattern.h')
-rw-r--r--src/mongo/db/query/sort_pattern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/sort_pattern.h b/src/mongo/db/query/sort_pattern.h
index 9c74208ac43..b659ed0124e 100644
--- a/src/mongo/db/query/sort_pattern.h
+++ b/src/mongo/db/query/sort_pattern.h
@@ -147,6 +147,6 @@ private:
std::vector<SortPatternPart> _sortPattern;
// The set of paths on which we're sorting.
- std::set<std::string> _paths;
+ OrderedPathSet _paths;
};
} // namespace mongo