summaryrefslogtreecommitdiff
path: root/src/mongo/s/dbclient_multi_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/dbclient_multi_command.h')
-rw-r--r--src/mongo/s/dbclient_multi_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/dbclient_multi_command.h b/src/mongo/s/dbclient_multi_command.h
index 56d8f8adabf..abcc3eeebb4 100644
--- a/src/mongo/s/dbclient_multi_command.h
+++ b/src/mongo/s/dbclient_multi_command.h
@@ -71,7 +71,7 @@ namespace mongo {
// What to send
const ConnectionString endpoint;
- const string dbName;
+ const std::string dbName;
const BSONObj cmdObj;
// Where to send it