mirror of https://github.com/CGAL/cgal
Fixed small typo
This commit is contained in:
parent
73bf518479
commit
c20ff0b97e
|
|
@ -61,10 +61,10 @@ public:
|
|||
typedef Unique_hash_map<Halfedge_handle, Indices_list>
|
||||
Halfedge_indices_map;
|
||||
|
||||
// The following should be private. It is declared protected toas a
|
||||
// The following should be private. It is declared 'protected' as a
|
||||
// workaround to a problem with VC. (At least VC 14 exhibits this problem).
|
||||
// When declared private, VC claims that Gt2 is private (within
|
||||
// Arr_spherical_construction_helper; thus, it cannot be access by
|
||||
// Arr_spherical_construction_helper); thus, it cannot be access by
|
||||
// Arr_spherical_construction_helper.
|
||||
protected:
|
||||
typedef typename Arrangement_2::Topology_traits Topology_traits;
|
||||
|
|
|
|||
Loading…
Reference in New Issue