summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 6e42fad7e26..8fd2ab8deb0 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -28,7 +28,7 @@
namespace mongo {
- const BSONObj reverseNaturalObj = BSON( "$natural" << -1 );
+ extern const BSONObj reverseNaturalObj; // {"$natural": -1 }
class Cursor;
class CoveredIndexMatcher;