From 4ec4ef63f26fd18f971cb98ad02b2e5c9ed4e130 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 1 Jun 2017 16:49:15 +0200 Subject: [PATCH] Fix SMesh error --- .../Surface_mesh_to_polyhedron_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Surface_mesh_to_polyhedron_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Surface_mesh_to_polyhedron_plugin.cpp index 93bd4bfe012..68dbcdfaff6 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Surface_mesh_to_polyhedron_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Surface_mesh_to_polyhedron_plugin.cpp @@ -74,7 +74,6 @@ public Q_SLOTS: void on_actionToSM_triggered() { - typedef Scene_surface_mesh_item::SMesh SMesh; Scene_polyhedron_item* poly_item = qobject_cast(scene->item(scene->mainSelectionIndex())); if(!poly_item) return;