mirror of https://github.com/CGAL/cgal
add missing this->
This commit is contained in:
parent
ffce97431f
commit
78d7ddc5e5
|
|
@ -185,7 +185,7 @@ public:
|
||||||
this->build();
|
this->build();
|
||||||
|
|
||||||
if(!is_closed(polyhedron))
|
if(!is_closed(polyhedron))
|
||||||
set_surface_only();
|
this->set_surface_only();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef CGAL_NO_DEPRECATED_CODE
|
#ifndef CGAL_NO_DEPRECATED_CODE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue