diff options
Diffstat (limited to 'db/introspect.cpp')
-rw-r--r-- | db/introspect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/introspect.cpp b/db/introspect.cpp index 785e93c2caa..4219852585d 100644 --- a/db/introspect.cpp +++ b/db/introspect.cpp @@ -9,6 +9,7 @@ typedef map<string,Cursor*> StringToCursor;
StringToCursor *specialNamespaces;
+Profile profile;
auto_ptr<Cursor> getSpecialCursor(const char *ns) {
StringToCursor::iterator it = specialNamespaces->find(ns);
|