summaryrefslogtreecommitdiff
path: root/db/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/namespace.h')
-rw-r--r--db/namespace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/namespace.h b/db/namespace.h
index d132272d0fc..cc19c97720d 100644
--- a/db/namespace.h
+++ b/db/namespace.h
@@ -640,8 +640,9 @@ namespace mongo {
NamespaceDetails::Extra* newExtra(const char *ns, int n, NamespaceDetails *d);
- private:
boost::filesystem::path path() const;
+ private:
+
void maybeMkdir() const;
MMF f;