diff options
Diffstat (limited to 'src/mongo/db/matcher/path_internal.h')
-rw-r--r-- | src/mongo/db/matcher/path_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/path_internal.h b/src/mongo/db/matcher/path_internal.h index 1e06d618b27..82d94bc6f32 100644 --- a/src/mongo/db/matcher/path_internal.h +++ b/src/mongo/db/matcher/path_internal.h @@ -37,7 +37,7 @@ namespace mongo { - bool isAllDigits( const StringData& str ); + bool isAllDigits( StringData str ); // XXX document me // Replaces getFieldDottedOrArray without recursion nor std::string manipulation |