From a9039ac334a7acbab5ff25b50a77c4011ab0a8f6 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Tue, 6 Aug 2019 20:23:18 +0200 Subject: [PATCH] remove wrong dll header --- libsrc/stlgeom/stlpkg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/stlgeom/stlpkg.cpp b/libsrc/stlgeom/stlpkg.cpp index 0858fa68..6c1aa0c1 100644 --- a/libsrc/stlgeom/stlpkg.cpp +++ b/libsrc/stlgeom/stlpkg.cpp @@ -22,7 +22,7 @@ namespace netgen DLL_HEADER extern shared_ptr ng_geometry; DLL_HEADER extern shared_ptr mesh; DLL_HEADER extern MeshingParameters mparam; - DLL_HEADER extern STLParameters stlparam; + extern STLParameters stlparam; static VisualSceneSTLGeometry vsstlgeom; static VisualSceneSTLMeshing vsstlmeshing;