summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/top.h')
-rw-r--r--src/mongo/db/stats/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/top.h b/src/mongo/db/stats/top.h
index 8dbc82eb729..aaf6a39174e 100644
--- a/src/mongo/db/stats/top.h
+++ b/src/mongo/db/stats/top.h
@@ -71,7 +71,7 @@ namespace mongo {
void append( BSONObjBuilder& b );
void cloneMap(UsageMap& out) const;
CollectionData getGlobalData() const { return _global; }
- void collectionDropped( const string& ns );
+ void collectionDropped( const StringData& ns );
public: // static stuff
static Top global;