summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/shutdown.h')
-rw-r--r--src/mongo/db/commands/shutdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/shutdown.h b/src/mongo/db/commands/shutdown.h
index 3cc492b2649..406e1417718 100644
--- a/src/mongo/db/commands/shutdown.h
+++ b/src/mongo/db/commands/shutdown.h
@@ -59,7 +59,7 @@ public:
}
protected:
- static void shutdownHelper();
+ static void shutdownHelper(const BSONObj& cmdObj);
};
} // namespace mongo