summaryrefslogtreecommitdiff
path: root/db/module.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-11-18 17:08:58 -0500
committerEliot Horowitz <eliot@10gen.com>2009-11-18 17:08:58 -0500
commitb6e7aafcd4d855de40c5c8d76342417b1d544018 (patch)
treeab7892ddaaa1fe13d09a69af39553d9768dd4959 /db/module.h
parent2e21112c7dfa56205d5560f08f3c1aee85ef3a08 (diff)
downloadmongo-b6e7aafcd4d855de40c5c8d76342417b1d544018.tar.gz
fix linux static init. will have to look at windows more
Diffstat (limited to 'db/module.h')
-rw-r--r--db/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/module.h b/db/module.h
index 909d856e2f3..728e861a786 100644
--- a/db/module.h
+++ b/db/module.h
@@ -63,7 +63,7 @@ namespace mongo {
static void initAll();
private:
- static std::list<Module*> _all;
+ static std::list<Module*> * _all;
string _name;
program_options::options_description _options;
};