summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-11-26 11:07:12 -0500
committerHari Khalsa <hkhalsa@10gen.com>2013-11-27 15:33:10 -0500
commit8212bca05a89ac393d9b897e4a31954684f51e6a (patch)
tree7dc04c32e9609e5860507d3084f05cc0a456b511 /src/mongo/db/clientcursor.h
parent730c2513f4f0af9068ce7ba0852cb63db56d2c99 (diff)
downloadmongo-8212bca05a89ac393d9b897e4a31954684f51e6a.tar.gz
SERVER-10026 faster hackier idhack
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index 073f883b4b2..20922f100e8 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -115,7 +115,7 @@ namespace mongo {
// Yielding.
//
- static void staticYield(int micros, const StringData& ns, Record* rec);
+ static void staticYield(int micros, const StringData& ns, const Record* rec);
//
// Static methods about all ClientCursors TODO: Document.