diff options
Diffstat (limited to 'src/mongo/db/exec/projection_executor_wildcard_access_test.cpp')
| -rw-r--r-- | src/mongo/db/exec/projection_executor_wildcard_access_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/projection_executor_wildcard_access_test.cpp b/src/mongo/db/exec/projection_executor_wildcard_access_test.cpp index fc1e74a0c2e..bdf5dea8241 100644 --- a/src/mongo/db/exec/projection_executor_wildcard_access_test.cpp +++ b/src/mongo/db/exec/projection_executor_wildcard_access_test.cpp @@ -74,7 +74,7 @@ std::unique_ptr<ProjectionExecutor> makeProjectionWithDefaultIdExclusionAndNeste return createProjectionExecutor(projSpec, policies); } -std::set<FieldRef> toFieldRefs(const OrderedPathSet& stringPaths) { +std::set<FieldRef> toFieldRefs(const std::set<std::string>& stringPaths) { std::set<FieldRef> fieldRefs; std::transform(stringPaths.begin(), stringPaths.end(), |
