Skip to content
Snippets Groups Projects
Commit 1eb27bf3 authored by Lamar Moore's avatar Lamar Moore
Browse files

delete GeometryTriangulator copy assignment operator #21582

parent 28931694
Branches 22661_correct_save_format_empty_issue
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ public:
GeometryTriangulator(const CSGObject *obj = nullptr);
GeometryTriangulator(const MeshObject *obj);
GeometryTriangulator(const GeometryTriangulator &) = delete;
GeometryTriangulator &operator=(const GeometryTriangulator &) = delete;
~GeometryTriangulator();
void triangulate();
void generateMesh();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment