summaryrefslogtreecommitdiff
path: root/db/queryutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/queryutil.h')
-rw-r--r--db/queryutil.h2
1 files changed, 1 insertions, 1 deletions
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<FieldRange> _ranges;
- const IndexSpec &_indexSpec;
+ IndexSpec _indexSpec;
int _direction;
vector<BSONObj> _queries; // make sure mem owned
friend class FieldRangeVectorIterator;