summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/legacy/catalog_manager_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/legacy/catalog_manager_legacy.h')
-rw-r--r--src/mongo/s/catalog/legacy/catalog_manager_legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/catalog/legacy/catalog_manager_legacy.h b/src/mongo/s/catalog/legacy/catalog_manager_legacy.h
index 068b8555d91..24354cc527f 100644
--- a/src/mongo/s/catalog/legacy/catalog_manager_legacy.h
+++ b/src/mongo/s/catalog/legacy/catalog_manager_legacy.h
@@ -125,9 +125,9 @@ public:
Status checkAndUpgrade(bool checkOnly) override;
private:
- Status _checkDbDoesNotExist(const std::string& dbName, DatabaseType* db) const override;
+ Status _checkDbDoesNotExist(const std::string& dbName, DatabaseType* db) override;
- StatusWith<std::string> _generateNewShardName() const override;
+ StatusWith<std::string> _generateNewShardName() override;
/**
* Starts the thread that periodically checks data consistency amongst the config servers.