summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure/catalog/namespace_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/structure/catalog/namespace_index.h')
-rw-r--r--src/mongo/db/structure/catalog/namespace_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/structure/catalog/namespace_index.h b/src/mongo/db/structure/catalog/namespace_index.h
index 85d05fc861d..f5871ba8e0c 100644
--- a/src/mongo/db/structure/catalog/namespace_index.h
+++ b/src/mongo/db/structure/catalog/namespace_index.h
@@ -84,7 +84,7 @@ namespace mongo {
void maybeMkdir() const;
DurableMappedFile _f;
- auto_ptr<HashTable<Namespace,NamespaceDetails> > _ht;
+ std::auto_ptr<HashTable<Namespace,NamespaceDetails> > _ht;
std::string _dir;
std::string _database;
};