summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/hash_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/hash_access_method.h')
-rw-r--r--src/mongo/db/index/hash_access_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/hash_access_method.h b/src/mongo/db/index/hash_access_method.h
index d0f46620334..e6e701158ce 100644
--- a/src/mongo/db/index/hash_access_method.h
+++ b/src/mongo/db/index/hash_access_method.h
@@ -57,7 +57,7 @@ namespace mongo {
virtual void getKeys(const BSONObj& obj, BSONObjSet* keys);
// Only one of our fields is hashed. This is the field name for it.
- string _hashedField;
+ std::string _hashedField;
// _seed defaults to zero.
HashSeed _seed;