summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/resolved_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/views/resolved_view.h')
-rw-r--r--src/mongo/db/views/resolved_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/views/resolved_view.h b/src/mongo/db/views/resolved_view.h
index aa931189c2a..19cfefe82f9 100644
--- a/src/mongo/db/views/resolved_view.h
+++ b/src/mongo/db/views/resolved_view.h
@@ -57,7 +57,8 @@ public:
* Convert an aggregation command on a view to the equivalent command against the view's
* underlying collection.
*/
- AggregateCommand asExpandedViewAggregation(const AggregateCommand& aggRequest) const;
+ AggregateCommandRequest asExpandedViewAggregation(
+ const AggregateCommandRequest& aggRequest) const;
const NamespaceString& getNamespace() const {
return _namespace;