mirror of https://github.com/CGAL/cgal
fix compilation error
This commit is contained in:
parent
ca36c1da05
commit
ea824c5794
|
|
@ -471,7 +471,7 @@ in 2007 \cgalCite{Schnabel07}.
|
|||
nbNewCandidates++;
|
||||
|
||||
//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++) {
|
||||
Shape *p = (Shape *) (*it)();
|
||||
//compute the primitive and says if the candidate is valid
|
||||
|
|
|
|||
Loading…
Reference in New Issue