diff --git a/src/include/storage/index/b_plus_tree.h b/src/include/storage/index/b_plus_tree.h index 3d74d5284..1852d8939 100644 --- a/src/include/storage/index/b_plus_tree.h +++ b/src/include/storage/index/b_plus_tree.h @@ -75,7 +75,7 @@ class Context { FULL_INDEX_TEMPLATE_ARGUMENTS_DEFN class BPlusTree { using InternalPage = BPlusTreeInternalPage; - using LeafPage = BPlusTreeLeafPage; + using LeafPage = BPlusTreeLeafPage; public: explicit BPlusTree(std::string name, page_id_t header_page_id, BufferPoolManager *buffer_pool_manager,