summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2012-05-16 17:44:41 -0400
committerMathias Stearn <mathias@10gen.com>2012-05-22 14:51:56 -0400
commite0b4139c982842a4dfb6fec3213e8278b6b72e6c (patch)
tree6d476e96301ba0df7269dd90fe0d9f8724c8cfb9 /src/mongo/db/dbhelpers.h
parentf0fc395bf2dcffcd7cf54253ddc34d9809fe9817 (diff)
downloadmongo-e0b4139c982842a4dfb6fec3213e8278b6b72e6c.tar.gz
Move definition from .h to .cpp
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;