diff options
Diffstat (limited to 'src/export.h')
-rw-r--r-- | src/export.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/export.h b/src/export.h index dd6e3e0..9750c30 100644 --- a/src/export.h +++ b/src/export.h @@ -5,9 +5,9 @@ #include <iostream> -void export_stl(class CGAL_Nef_polyhedron *root_N, std::ostream &output, class QProgressDialog *pd); -void export_off(CGAL_Nef_polyhedron *root_N, std::ostream &output, QProgressDialog *pd); -void export_dxf(CGAL_Nef_polyhedron *root_N, std::ostream &output, QProgressDialog *pd); +void export_stl(class CGAL_Nef_polyhedron *root_N, std::ostream &output); +void export_off(CGAL_Nef_polyhedron *root_N, std::ostream &output); +void export_dxf(CGAL_Nef_polyhedron *root_N, std::ostream &output); #endif #endif |