summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/top_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/top_command.cpp')
-rw-r--r--src/mongo/db/commands/top_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/top_command.cpp b/src/mongo/db/commands/top_command.cpp
index d7691005285..484c105b7a2 100644
--- a/src/mongo/db/commands/top_command.cpp
+++ b/src/mongo/db/commands/top_command.cpp
@@ -60,7 +60,7 @@ public:
}
virtual void addRequiredPrivileges(const std::string& dbname,
const BSONObj& cmdObj,
- std::vector<Privilege>* out) {
+ std::vector<Privilege>* out) const {
ActionSet actions;
actions.addAction(ActionType::top);
out->push_back(Privilege(ResourcePattern::forClusterResource(), actions));