Align typedef

This commit is contained in:
Guillaume Damiand 2018-10-15 14:21:20 +02:00
parent b45cf04fbf
commit 520015f92a
1 changed files with 4 additions and 4 deletions

View File

@ -51,12 +51,12 @@ struct DefaultColorFunctorT3
template<class T3, class ColorFunctor>
class SimpleTriangulation3ViewerQt : public Basic_viewer_qt
{
typedef Basic_viewer_qt Base;
typedef typename T3::Vertex_handle Vertex_const_handle;
typedef Basic_viewer_qt Base;
typedef typename T3::Vertex_handle Vertex_const_handle;
typedef typename T3::Finite_edges_iterator Edge_const_handle;
typedef typename T3::Finite_facets_iterator Facet_const_handle;
typedef typename T3::Cell_handle Cell_handle;
typedef typename T3::Point Point;
typedef typename T3::Cell_handle Cell_handle;
typedef typename T3::Point Point;
public:
/// Construct the viewer.