From a127f1fadecec2176bb2fd9e679d2f4b6ec7cd20 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 21 Feb 2019 11:47:27 +0300 Subject: [PATCH] Fix compilation problem on Windows platform --- src/NETGENPlugin/NETGENPlugin_Remesher_2D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NETGENPlugin/NETGENPlugin_Remesher_2D.cxx b/src/NETGENPlugin/NETGENPlugin_Remesher_2D.cxx index 1d8a2c4..b06e071 100644 --- a/src/NETGENPlugin/NETGENPlugin_Remesher_2D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Remesher_2D.cxx @@ -57,7 +57,7 @@ namespace netgen { extern STLParameters stlparam; NETGENPLUGIN_DLL_HEADER - extern netgen::STLDoctorParams stldoctor; + extern STLDoctorParams stldoctor; } namespace nglib { -- 2.39.2