summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control_test.cpp
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-06-14 22:27:55 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-06-21 20:01:19 -0400
commit77ccfbefcd740051597d1cb4eb36d25776926f72 (patch)
treec2c74f14e5acb9a52b39a5bca875d51b89ac9f6c /src/mongo/db/catalog/catalog_control_test.cpp
parent957f32bcbd3b3485516acdff5c6e99f5b8f790b2 (diff)
downloadmongo-77ccfbefcd740051597d1cb4eb36d25776926f72.tar.gz
SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalog
Diffstat (limited to 'src/mongo/db/catalog/catalog_control_test.cpp')
-rw-r--r--src/mongo/db/catalog/catalog_control_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/catalog_control_test.cpp b/src/mongo/db/catalog/catalog_control_test.cpp
index 961e1a83997..59afeb15a25 100644
--- a/src/mongo/db/catalog/catalog_control_test.cpp
+++ b/src/mongo/db/catalog/catalog_control_test.cpp
@@ -108,10 +108,10 @@ public:
const KVEngine* getEngine() const {
return nullptr;
}
- KVCatalog* getCatalog() {
+ DurableCatalog* getCatalog() {
return nullptr;
}
- const KVCatalog* getCatalog() const {
+ const DurableCatalog* getCatalog() const {
return nullptr;
}
};