summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_state_factory_embedded.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/collection_sharding_state_factory_embedded.cpp')
-rw-r--r--src/mongo/db/s/collection_sharding_state_factory_embedded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/collection_sharding_state_factory_embedded.cpp b/src/mongo/db/s/collection_sharding_state_factory_embedded.cpp
index e05f9a1ac94..eb1ac0e9a30 100644
--- a/src/mongo/db/s/collection_sharding_state_factory_embedded.cpp
+++ b/src/mongo/db/s/collection_sharding_state_factory_embedded.cpp
@@ -53,7 +53,7 @@ const auto kUnshardedCollection = std::make_shared<UnshardedCollection>();
class CollectionShardingStateEmbedded final : public CollectionShardingState {
public:
- ScopedCollectionDescription getCollectionDescription() override {
+ ScopedCollectionDescription getCollectionDescription(OperationContext* opCtx) override {
return {kUnshardedCollection};
}
ScopedCollectionDescription getCollectionDescription_DEPRECATED() override {