summaryrefslogtreecommitdiff
path: root/db/clientcursor.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-04-06 14:11:32 -0400
committerAaron <aaron@10gen.com>2009-04-06 14:11:32 -0400
commitbf07afef73f75c126c86bc185008eff62e981d38 (patch)
tree5620d4fc0ce7cde1d0cd938af1f4138ed3d40bc3 /db/clientcursor.h
parent0b73b8d3253547d1ae4937020a8ae196b040b770 (diff)
downloadmongo-bf07afef73f75c126c86bc185008eff62e981d38.tar.gz
back out KeyValJsMatcher, until we can fix it to handle multikey arrays correctly
Diffstat (limited to 'db/clientcursor.h')
-rw-r--r--db/clientcursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/clientcursor.h b/db/clientcursor.h
index da3d601f68c..29890b27220 100644
--- a/db/clientcursor.h
+++ b/db/clientcursor.h
@@ -44,7 +44,7 @@ namespace mongo {
~ClientCursor();
const CursorId cursorid;
string ns;
- auto_ptr<KeyValJSMatcher> matcher;
+ auto_ptr<JSMatcher> matcher;
auto_ptr<Cursor> c;
int pos; /* # objects into the cursor so far */
DiskLoc lastLoc() const {