diff options
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -446,6 +446,9 @@ public: DxfData(const struct CGAL_Nef_polyhedron &N); Point *p(double x, double y); + +private: + void fixup_path_direction(); }; // The CGAL template magic slows down the compilation process by a factor of 5. |