Merge branch 'releases/CGAL-4.12-branch'

This commit is contained in:
Laurent Rineau 2018-06-20 17:21:55 +02:00
commit 5ceb529d0f
1 changed files with 1 additions and 1 deletions

View File

@ -5986,7 +5986,7 @@ public:
/*!
returns the point of `t` that is the closest to `p`.
*/
Kernel::Point_3 operator()(const Kernel::Triangle_3& h,
Kernel::Point_3 operator()(const Kernel::Triangle_3& t,
const Kernel::Point_3& p);
/// @}