fix missing namespace bracket i previously deleted
This commit is contained in:
parent
5b917adff9
commit
75f10648c9
2 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
|
||||
#undef GEN_SURFACE_DEBUG
|
||||
namespace /* anonymous */ {
|
||||
|
||||
template <typename Polyhedron>
|
||||
class CGAL_Build_PolySet : public CGAL::Modifier_base<typename Polyhedron::HalfedgeDS>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ namespace /* anonymous */ {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
namespace CGALUtils {
|
||||
bool applyHull(const Geometry::ChildList &children, PolySet &P);
|
||||
CGAL_Nef_polyhedron *applyOperator(const Geometry::ChildList &children, OpenSCADOperator op);
|
||||
|
|
|
|||
Loading…
Reference in a new issue