summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_set.h')
-rw-r--r--src/mongo/db/index_set.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/index_set.h b/src/mongo/db/index_set.h
index 24717750e9a..1ff99780f07 100644
--- a/src/mongo/db/index_set.h
+++ b/src/mongo/db/index_set.h
@@ -39,6 +39,9 @@ namespace mongo {
bool mightBeIndexed( const StringData& path ) const;
private:
+
+ bool _startsWith( const StringData& a, const StringData& b ) const;
+
std::set<std::string> _canonical;
};