summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2017-04-25 19:20:09 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2017-04-25 19:20:09 -0400
commitf3a2cc0df51e201e9f280190a8516bcf4880a019 (patch)
tree7dbda64e0fd29006e2849b2cdf9cb77ded6539c2 /src/mongo/db/catalog/index_catalog.h
parenta956f48537415b3ba74d2b8c2bd1332b6f603dca (diff)
downloadmongo-f3a2cc0df51e201e9f280190a8516bcf4880a019.tar.gz
SERVER-28966 Slice `MultiIndexBlock` with vtable
The `MultiIndexBlock` class has member functions used throughout the codebase. This slice lets us get ready to remove other whitelisted cyclic dependencies.
Diffstat (limited to 'src/mongo/db/catalog/index_catalog.h')
-rw-r--r--src/mongo/db/catalog/index_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/index_catalog.h b/src/mongo/db/catalog/index_catalog.h
index 606220fc8d0..86e98e061dd 100644
--- a/src/mongo/db/catalog/index_catalog.h
+++ b/src/mongo/db/catalog/index_catalog.h
@@ -623,6 +623,6 @@ private:
friend IndexCatalogEntry;
friend class IndexCatalogImpl;
- friend class MultiIndexBlock;
+ friend class MultiIndexBlockImpl;
};
} // namespace mongo