mirror of https://github.com/CGAL/cgal
remove extra typename
This commit is contained in:
parent
b49d4544a8
commit
cbbd23d7f3
|
|
@ -107,13 +107,13 @@ public:
|
||||||
m_info &= ~VISITED;
|
m_info &= ~VISITED;
|
||||||
}
|
}
|
||||||
|
|
||||||
typename Arr_face_base::Outer_ccbs_container&
|
Arr_face_base::Outer_ccbs_container&
|
||||||
_outer_ccbs()
|
_outer_ccbs()
|
||||||
{
|
{
|
||||||
return this->outer_ccbs;
|
return this->outer_ccbs;
|
||||||
}
|
}
|
||||||
|
|
||||||
typename Arr_face_base::Inner_ccbs_container&
|
Arr_face_base::Inner_ccbs_container&
|
||||||
_inner_ccbs()
|
_inner_ccbs()
|
||||||
{
|
{
|
||||||
return this->inner_ccbs;
|
return this->inner_ccbs;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue