summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_bucket_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/s2_bucket_access_method.h')
-rw-r--r--src/mongo/db/index/s2_bucket_access_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/s2_bucket_access_method.h b/src/mongo/db/index/s2_bucket_access_method.h
index 8996bfe78a5..c2d7186881d 100644
--- a/src/mongo/db/index/s2_bucket_access_method.h
+++ b/src/mongo/db/index/s2_bucket_access_method.h
@@ -76,7 +76,7 @@ private:
KeyStringSet* keys,
KeyStringSet* multikeyMetadataKeys,
MultikeyPaths* multikeyPaths,
- boost::optional<RecordId> id) const final;
+ const boost::optional<RecordId>& id) const final;
S2IndexingParams _params;