summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/wildcard_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/wildcard_access_method.h')
-rw-r--r--src/mongo/db/index/wildcard_access_method.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/index/wildcard_access_method.h b/src/mongo/db/index/wildcard_access_method.h
index 7fde78eb256..45d866c1020 100644
--- a/src/mongo/db/index/wildcard_access_method.h
+++ b/src/mongo/db/index/wildcard_access_method.h
@@ -56,8 +56,7 @@ public:
*/
static FieldRef extractMultikeyPathFromIndexKey(const IndexKeyEntry& entry);
- WildcardAccessMethod(IndexCatalogEntry* wildcardState,
- std::unique_ptr<SortedDataInterface> btree);
+ WildcardAccessMethod(IndexCatalogEntry* wildcardState, SortedDataInterface* btree);
/**
* Returns 'true' if the index should become multikey on the basis of the passed arguments.