summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_mock.h')
-rw-r--r--src/mongo/s/query/router_stage_mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/query/router_stage_mock.h b/src/mongo/s/query/router_stage_mock.h
index 18baaeacd74..e2f8e7adab5 100644
--- a/src/mongo/s/query/router_stage_mock.h
+++ b/src/mongo/s/query/router_stage_mock.h
@@ -42,6 +42,7 @@ namespace mongo {
*/
class RouterStageMock final : public RouterExecStage {
public:
+ RouterStageMock(OperationContext* opCtx) : RouterExecStage(opCtx) {}
~RouterStageMock() final {}
StatusWith<ClusterQueryResult> next() final;