diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index e5ffdbd85fd..78df3478bd8 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -395,12 +395,11 @@ public: any_intersection(const Query& query) const; - struct False_functor { - template - bool operator()(const T&) const - { return false;} - - }; + struct False_functor { + template + bool operator()(const T&) const + { return false;} + }; /// Returns the intersection and primitive id closest to the source point of the ray /// query. @@ -582,8 +581,8 @@ public: ///@} private: - template - friend class AABB_ray_intersection; + template + friend class AABB_ray_intersection; // clear nodes void clear_nodes()