locate is a dependent name and needs to be qualified to be found

This commit is contained in:
Philipp Möller 2012-10-03 10:14:08 +00:00
parent 9f08f92ee9
commit 88a8731ebf
1 changed files with 1 additions and 1 deletions

View File

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