From: rnv Date: Thu, 21 Feb 2019 08:47:27 +0000 (+0300) Subject: Fix compilation problem on Windows platform X-Git-Tag: V9_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a127f1fadecec2176bb2fd9e679d2f4b6ec7cd20;p=plugins%2Fnetgenplugin.git Fix compilation problem on Windows platform --- 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 {