summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_kv_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_kv_engine.h')
-rw-r--r--src/mongo/db/storage/mobile/mobile_kv_engine.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_kv_engine.h b/src/mongo/db/storage/mobile/mobile_kv_engine.h
index a2e6f7702f1..10da2d2e1a0 100644
--- a/src/mongo/db/storage/mobile/mobile_kv_engine.h
+++ b/src/mongo/db/storage/mobile/mobile_kv_engine.h
@@ -68,9 +68,8 @@ public:
StringData ident,
const IndexDescriptor* desc) override;
- SortedDataInterface* getSortedDataInterface(OperationContext* opCtx,
- StringData ident,
- const IndexDescriptor* desc) override;
+ std::unique_ptr<SortedDataInterface> getSortedDataInterface(
+ OperationContext* opCtx, StringData ident, const IndexDescriptor* desc) override;
Status beginBackup(OperationContext* opCtx) override {
return Status::OK();