Fixed small typo

This commit is contained in:
Efi Fogel 2017-06-29 12:00:21 +03:00
parent 73bf518479
commit c20ff0b97e
1 changed files with 2 additions and 2 deletions

View File

@ -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;