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'.
|
||||
Locate_type type;
|
||||
int i;
|
||||
Face_handle pFace = locate(p, type, i);
|
||||
Face_handle pFace = this->locate(p, type, i);
|
||||
switch (type)
|
||||
{
|
||||
case VERTEX : return classify(pFace->vertex(i), alpha);
|
||||
|
|
|
|||
Loading…
Reference in New Issue