summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/grid.h')
-rw-r--r--src/mongo/s/grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/grid.h b/src/mongo/s/grid.h
index 672072170dd..7bebf85c58d 100644
--- a/src/mongo/s/grid.h
+++ b/src/mongo/s/grid.h
@@ -119,7 +119,7 @@ namespace mongo {
* exist, it is not considered as an error, but the "key" property of the settings
* output parameter will not be set.
*/
- bool getBalancerSettings(SettingsType* settings, string* errMsg) const;
+ bool getBalancerSettings(SettingsType* settings, std::string* errMsg) const;
/**
* Returns true if the config server settings indicate that the balancer should be active.