mirror of https://github.com/CGAL/cgal
locate is a dependent name and needs to be qualified to be found
This commit is contained in:
parent
9f08f92ee9
commit
88a8731ebf
|
|
@ -591,7 +591,7 @@ public:
|
||||||
// Classifies a point `p' with respect to `A'.
|
// Classifies a point `p' with respect to `A'.
|
||||||
Locate_type type;
|
Locate_type type;
|
||||||
int i;
|
int i;
|
||||||
Face_handle pFace = locate(p, type, i);
|
Face_handle pFace = this->locate(p, type, i);
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case VERTEX : return classify(pFace->vertex(i), alpha);
|
case VERTEX : return classify(pFace->vertex(i), alpha);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue