summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-10 22:11:51 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-10 22:11:51 -0500
commit4ffe0fe3ad601a4a14fa2e0aa600c3f0cf356c3e (patch)
tree79e0de119a903c42aa942c33e2a945b847f41af8
parentcb5a1e178210ea639dc1755ab930de91229380d2 (diff)
downloadmongo-4ffe0fe3ad601a4a14fa2e0aa600c3f0cf356c3e.tar.gz
windows
-rw-r--r--shell/ShellUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ShellUtils.cpp b/shell/ShellUtils.cpp
index a0ebf6033d7..8e2790d996b 100644
--- a/shell/ShellUtils.cpp
+++ b/shell/ShellUtils.cpp
@@ -352,6 +352,7 @@ MongodScope::~MongodScope() {
#else
MongodScope::~MongodScope() {}
+void KillMongodbInstances() {}
#endif
void installShellUtils( Handle<v8::ObjectTemplate>& global ){