mirror of https://github.com/CGAL/cgal
Changed functor name
This commit is contained in:
parent
cb4c77f1eb
commit
e77c52b196
|
|
@ -142,7 +142,7 @@ template <class Gt, class Tds, class Lock_data_structure>
|
|||
void draw(const CGAL_T3_TYPE &at3, const char *title = "T3 Basic Viewer")
|
||||
{
|
||||
CGAL::GraphicBuffer<float> buffer;
|
||||
CGAL::DrawingFunctor<CGAL_T3_TYPE,
|
||||
CGAL::Drawing_functor<CGAL_T3_TYPE,
|
||||
typename CGAL_T3_TYPE::Vertex_handle,
|
||||
typename CGAL_T3_TYPE::Finite_edges_iterator,
|
||||
typename CGAL_T3_TYPE::Finite_facets_iterator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue