fix missing namespace bracket i previously deleted

This commit is contained in:
Don Bright 2015-06-02 00:03:39 -04:00
parent 5b917adff9
commit 75f10648c9
2 changed files with 1 additions and 1 deletions

View file

@ -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>

View file

@ -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);