From 53999ea730d041049c95ff326f73ecf4e8cc2ab9 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 29 Feb 2020 10:13:44 +0100 Subject: [PATCH] MeshGui: [skip ci] remove wrong export macro --- src/Mod/MeshPart/Gui/Tessellation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/MeshPart/Gui/Tessellation.h b/src/Mod/MeshPart/Gui/Tessellation.h index ea55ea2fb72d..1e42ed37abaa 100644 --- a/src/Mod/MeshPart/Gui/Tessellation.h +++ b/src/Mod/MeshPart/Gui/Tessellation.h @@ -42,7 +42,7 @@ namespace MeshPartGui { * Non-modal dialog to mesh a shape. * @author Werner Mayer */ -class MeshGuiExport Mesh2ShapeGmsh : public MeshGui::GmshWidget +class Mesh2ShapeGmsh : public MeshGui::GmshWidget { Q_OBJECT