Salome HOME
[bos #38045][EDF] (2023-T3) suppress compilation warnings of new and refactored classes.
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_NETGEN_2D_Remote.hxx
index 4e906665e64f112f1142096db1503c40491d0fe8..d13e175551813f08c0382027674e8a2a91230d3a 100644 (file)
@@ -61,10 +61,8 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_2D_Remote: public NETGENPlugin_NET
   void setSubMeshesToCompute(SMESH_subMesh * aSubMesh) override;
 
 
- protected:
- void exportElementOrientation(SMESH_Mesh& aMesh,
-                                const TopoDS_Shape& aShape,
-                                const std::string output_file);
+ private:
+ void exportElementOrientation(const std::string output_file);
                                 
   void fillParameters(const NETGENPlugin_Hypothesis* hyp,
                       netgen_params &aParams);