summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_harness.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface_test_harness.h')
-rw-r--r--src/mongo/db/storage/sorted_data_interface_test_harness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface_test_harness.h b/src/mongo/db/storage/sorted_data_interface_test_harness.h
index 1e62e6df981..606f621e6dc 100644
--- a/src/mongo/db/storage/sorted_data_interface_test_harness.h
+++ b/src/mongo/db/storage/sorted_data_interface_test_harness.h
@@ -113,7 +113,7 @@ std::unique_ptr<SortedDataInterfaceHarnessHelper> newSortedDataInterfaceHarnessH
KeyString::Value makeKeyString(SortedDataInterface* sorted,
BSONObj bsonKey,
- boost::optional<RecordId> rid = boost::none);
+ const boost::optional<RecordId>& rid = boost::none);
KeyString::Value makeKeyStringForSeek(SortedDataInterface* sorted,
BSONObj bsonKey,