File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ struct TreeAdapter
10631063 using TreePtrType = typename TreeType::Ptr;
10641064 using ConstTreePtrType = typename TreeType::ConstPtr;
10651065 using NonConstTreePtrType = typename NonConstTreeType::Ptr;
1066- using GridType = Grid<TreeType >;
1066+ using GridType = Grid<NonConstTreeType >;
10671067 using NonConstGridType = Grid<NonConstTreeType>;
10681068 using GridPtrType = typename GridType::Ptr;
10691069 using NonConstGridPtrType = typename NonConstGridType::Ptr;
@@ -1151,7 +1151,7 @@ struct TreeAdapter<tree::ValueAccessor<_TreeType> >
11511151 using TreePtrType = typename TreeType::Ptr;
11521152 using ConstTreePtrType = typename TreeType::ConstPtr;
11531153 using NonConstTreePtrType = typename NonConstTreeType::Ptr;
1154- using GridType = Grid<TreeType >;
1154+ using GridType = Grid<NonConstTreeType >;
11551155 using NonConstGridType = Grid<NonConstTreeType>;
11561156 using GridPtrType = typename GridType::Ptr;
11571157 using NonConstGridPtrType = typename NonConstGridType::Ptr;
You can’t perform that action at this time.
0 commit comments