summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/hash_access_method.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-06-27 16:59:27 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-07-11 14:11:10 -0400
commitde724781deb23468c909acc73d98961b9c8e53c5 (patch)
treedc62db20340f45bcddba3a77f0d02008a769eed6 /src/mongo/db/index/hash_access_method.h
parentf3ba3590ce1ca1bf8f7fbb13ad8311a52df9c176 (diff)
downloadmongo-de724781deb23468c909acc73d98961b9c8e53c5.tar.gz
SERVER-14413 box mmapv1 further, retire structure directory
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 ff090cbfd58..9b93574249e 100644
--- a/src/mongo/db/index/hash_access_method.h
+++ b/src/mongo/db/index/hash_access_method.h
@@ -45,7 +45,7 @@ namespace mongo {
public:
using BtreeBasedAccessMethod::_descriptor;
- HashAccessMethod(IndexCatalogEntry* btreeState, BtreeInterface* btree);
+ HashAccessMethod(IndexCatalogEntry* btreeState, SortedDataInterface* btree);
virtual ~HashAccessMethod() { }
private: