mirror of https://github.com/CGAL/cgal
add missing result type
This commit is contained in:
parent
de4be5908b
commit
8f88360109
|
|
@ -96,7 +96,7 @@ template <class Vertex_handle>
|
||||||
struct Construct_cartesian_const_iterator_vertex_handle_3
|
struct Construct_cartesian_const_iterator_vertex_handle_3
|
||||||
{
|
{
|
||||||
typedef CGAL::Point_vertex_handle_3<Vertex_handle> Point_vertex_handle_3;
|
typedef CGAL::Point_vertex_handle_3<Vertex_handle> Point_vertex_handle_3;
|
||||||
|
typedef const double* result_type;
|
||||||
const double* operator()(const Point_vertex_handle_3& p) const
|
const double* operator()(const Point_vertex_handle_3& p) const
|
||||||
{ return static_cast<const double*>(p.m_coord); }
|
{ return static_cast<const double*>(p.m_coord); }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue