summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection.h')
-rw-r--r--src/mongo/db/catalog/collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/collection.h b/src/mongo/db/catalog/collection.h
index c05f7cbe112..d12af68011b 100644
--- a/src/mongo/db/catalog/collection.h
+++ b/src/mongo/db/catalog/collection.h
@@ -132,7 +132,7 @@ namespace mongo {
bool requiresIdIndex() const;
- BSONObj docFor( const DiskLoc& loc );
+ BSONObj docFor(const DiskLoc& loc) const;
// ---- things that should move to a CollectionAccessMethod like thing
/**