From f0d9a01bccdaeb466c12c92057914bbfef59526c Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 15 Dec 2011 09:35:47 +0100 Subject: Imported Upstream version 2.0.2 --- db/queryutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/queryutil.h') diff --git a/db/queryutil.h b/db/queryutil.h index 104cde2..5d86194 100644 --- a/db/queryutil.h +++ b/db/queryutil.h @@ -328,7 +328,7 @@ namespace mongo { bool matchesElement( const BSONElement &e, int i, bool direction ) const; bool matchesKey( const BSONObj &key ) const; vector _ranges; - const IndexSpec &_indexSpec; + IndexSpec _indexSpec; int _direction; vector _queries; // make sure mem owned friend class FieldRangeVectorIterator; -- cgit v1.2.3