summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r--src/mongo/client/dbclientinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h
index 28f8810df54..86746888b06 100644
--- a/src/mongo/client/dbclientinterface.h
+++ b/src/mongo/client/dbclientinterface.h
@@ -986,7 +986,7 @@ namespace mongo {
virtual void reIndex( const std::string& ns );
- std::string genIndexName( const BSONObj& keys );
+ static std::string genIndexName( const BSONObj& keys );
/** Erase / drop an entire database */
virtual bool dropDatabase(const std::string &dbname, BSONObj *info = 0) {