summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/throttle_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/throttle_cursor.h')
-rw-r--r--src/mongo/db/catalog/throttle_cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/throttle_cursor.h b/src/mongo/db/catalog/throttle_cursor.h
index d1551fb8191..1b995989dcf 100644
--- a/src/mongo/db/catalog/throttle_cursor.h
+++ b/src/mongo/db/catalog/throttle_cursor.h
@@ -85,7 +85,7 @@ private:
class SortedDataInterfaceThrottleCursor {
public:
SortedDataInterfaceThrottleCursor(OperationContext* opCtx,
- const IndexAccessMethod* iam,
+ const SortedDataIndexAccessMethod* iam,
DataThrottle* dataThrottle);
boost::optional<IndexKeyEntry> seek(OperationContext* opCtx, const KeyString::Value& key);