summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/server_status_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/server_status_internal.h')
-rw-r--r--src/mongo/db/commands/server_status_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/server_status_internal.h b/src/mongo/db/commands/server_status_internal.h
index 2fbb69dc32b..37e3bbf3439 100644
--- a/src/mongo/db/commands/server_status_internal.h
+++ b/src/mongo/db/commands/server_status_internal.h
@@ -48,7 +48,7 @@ namespace mongo {
static MetricTree* theMetricTree;
private:
- void _add( const string& path, ServerStatusMetric* metric );
+ void _add( const std::string& path, ServerStatusMetric* metric );
std::map<std::string, MetricTree*> _subtrees;
std::map<std::string, ServerStatusMetric*> _metrics;