summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/eof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/eof.h')
-rw-r--r--src/mongo/db/exec/eof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/eof.h b/src/mongo/db/exec/eof.h
index 776df4f2946..7d83b4e2e96 100644
--- a/src/mongo/db/exec/eof.h
+++ b/src/mongo/db/exec/eof.h
@@ -47,7 +47,7 @@ namespace mongo {
virtual void saveState();
virtual void restoreState(OperationContext* opCtx);
- virtual void invalidate(OperationContext* txn, const DiskLoc& dl, InvalidationType type);
+ virtual void invalidate(OperationContext* txn, const RecordId& dl, InvalidationType type);
virtual std::vector<PlanStage*> getChildren() const;