diff --git a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h index 002088950bb..20dbbcec00e 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h +++ b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h @@ -1076,7 +1076,7 @@ private: const std::vector &shapeIndex, std::size_t requiredSamples) { - typedef typename Octree::Cell Cell; + typedef typename Octree::Node Cell; bool upperZ, upperY, upperX; const Cell *cur = octree->root();