Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers.hxx
index dfb2bdc308f03cafd81585d0c15a1265164c0799..be68715761401b8c061fb70aac276c08d480ca04 100644 (file)
@@ -106,7 +106,7 @@ public:
     * \param theShape - the geometry of interest
     * \retval bool - true if parameter values have been successfully defined
    */
-  virtual bool SetParametersByMesh(const SMESH_Mesh* /*theMesh*/, const TopoDS_Shape& /*theShape*/);
+  virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
 
   /*!
    * \brief Initialize my parameter values by default parameters.