fix compilation error

This commit is contained in:
Sébastien Loriot 2015-03-26 19:22:33 +01:00
parent ca36c1da05
commit ea824c5794
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ in 2007 \cgalCite{Schnabel07}.
nbNewCandidates++; nbNewCandidates++;
//add candidate for each type of primitives //add candidate for each type of primitives
for(std::vector<Shape *(*)()>::iterator it = for(typename std::vector<Shape *(*)()>::iterator it =
m_shape_factories.begin(); it != m_shape_factories.end(); it++) { m_shape_factories.begin(); it != m_shape_factories.end(); it++) {
Shape *p = (Shape *) (*it)(); Shape *p = (Shape *) (*it)();
//compute the primitive and says if the candidate is valid //compute the primitive and says if the candidate is valid