summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method_factory_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/index_access_method_factory_impl.h')
-rw-r--r--src/mongo/db/index/index_access_method_factory_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/index/index_access_method_factory_impl.h b/src/mongo/db/index/index_access_method_factory_impl.h
index dae1a2204ac..7c89e702d0e 100644
--- a/src/mongo/db/index/index_access_method_factory_impl.h
+++ b/src/mongo/db/index/index_access_method_factory_impl.h
@@ -38,8 +38,8 @@ public:
IndexAccessMethodFactoryImpl() = default;
~IndexAccessMethodFactoryImpl() = default;
- std::unique_ptr<IndexAccessMethod> make(
- IndexCatalogEntry* entry, std::unique_ptr<SortedDataInterface> SortedDataInterface) final;
+ std::unique_ptr<IndexAccessMethod> make(IndexCatalogEntry* entry,
+ SortedDataInterface* SortedDataInterface) final;
};
} // namespace mongo