summaryrefslogtreecommitdiff
path: root/src/mongo/tools/tool_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/tool_options.h')
-rw-r--r--src/mongo/tools/tool_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/tool_options.h b/src/mongo/tools/tool_options.h
index 6644a0de58c..f93cb03f7e7 100644
--- a/src/mongo/tools/tool_options.h
+++ b/src/mongo/tools/tool_options.h
@@ -98,7 +98,7 @@ namespace mongo {
// Legacy interface for getting options in tools
// TODO: Remove this when we use the new interface everywhere
- std::string getParam(std::string name, string def="");
+ std::string getParam(std::string name, std::string def="");
int getParam(std::string name, int def);
bool hasParam(std::string name);