Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers2D.hxx
index 0e9ca988075efcc1941d6d31829a2c4fbbb81fe6..9d7262163b4744fc71b3db1295b50715bedca82e 100644 (file)
@@ -62,13 +62,13 @@ public:
    *
    * Just return false as this hypothesis does not have parameters values
    */
-  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.
    *  \retval bool - true if parameter values have been successfully defined
    */
-  virtual bool SetParametersByDefaults(const TDefaults& /*dflts*/, const SMESH_Mesh* theMesh=0)
+  virtual bool SetParametersByDefaults(const TDefaults& /*dflts*/, const SMESH_Mesh* /*theMesh*/=0)
   { return false; }
 
   static const char* GetHypType() { return "ViscousLayers2D"; }