summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/kill_op_cmd_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/kill_op_cmd_base.h')
-rw-r--r--src/mongo/db/commands/kill_op_cmd_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/kill_op_cmd_base.h b/src/mongo/db/commands/kill_op_cmd_base.h
index 57c914eb182..7439daddeeb 100644
--- a/src/mongo/db/commands/kill_op_cmd_base.h
+++ b/src/mongo/db/commands/kill_op_cmd_base.h
@@ -73,7 +73,7 @@ protected:
static unsigned int parseOpId(const BSONObj& cmdObj);
static void reportSuccessfulCompletion(OperationContext* opCtx,
- const std::string& db,
+ const DatabaseName& dbName,
const BSONObj& cmdObj);
/**