A missing ref

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Sebastien Loriot 2023-09-12 11:08:21 +02:00 committed by GitHub
parent ed521e03b0
commit b2c6cec8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ public:
}
#define CGAL_USE_ALL_INTERSECTIONS 0
#if CGAL_USE_ALL_INTERSECTIONS
boost::optional<AABB_primitive_id> shoot_a_ray_2(const Ray_3 ray) const {
boost::optional<AABB_primitive_id> shoot_a_ray_2(const Ray_3& ray) const {
const Point_3& p = ray.source();
typedef typename AABB_tree::
template Intersection_and_primitive_id<Ray_3>::Type Inter_and_prim;