mirror of https://github.com/CGAL/cgal
"template" not needed here
This commit is contained in:
parent
d1e901d9c4
commit
a9be1b0a20
|
|
@ -52,7 +52,7 @@ int main()
|
|||
ransac.set_input(points);
|
||||
|
||||
// Registers detection of planes
|
||||
ransac.template add_shape_factory<Plane>();
|
||||
ransac.add_shape_factory<Plane>();
|
||||
|
||||
// Measures time before setting up the shape detection.
|
||||
CGAL::Timer time;
|
||||
|
|
|
|||
Loading…
Reference in New Issue