summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/delete.h')
-rw-r--r--src/mongo/db/exec/delete.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/delete.h b/src/mongo/db/exec/delete.h
index c3fd5ee5cba..4fe3590745d 100644
--- a/src/mongo/db/exec/delete.h
+++ b/src/mongo/db/exec/delete.h
@@ -116,9 +116,9 @@ public:
static long long getNumDeleted(const PlanExecutor& exec);
protected:
- void saveState(RequiresCollTag) final {}
+ void doSaveStateRequiresCollection() final {}
- void restoreState(RequiresCollTag) final;
+ void doRestoreStateRequiresCollection() final;
private:
/**