diff options
Diffstat (limited to 'db/queryutil.h')
-rw-r--r-- | db/queryutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/queryutil.h b/db/queryutil.h index 99a6b874254..a817764246d 100644 --- a/db/queryutil.h +++ b/db/queryutil.h @@ -278,7 +278,7 @@ namespace mongo { FieldRangeSet _singleKey; FieldRangeSet _multiKey; friend class FieldRangeOrSet; - friend class QueryUtilIndexed; + friend struct QueryUtilIndexed; }; class IndexSpec; @@ -407,7 +407,7 @@ namespace mongo { // ensure memory is owned list<FieldRangeSetPair> _oldOrSets; bool _orFound; - friend class QueryUtilIndexed; + friend struct QueryUtilIndexed; }; /** returns a string that when used as a matcher, would match a super set of regex() |