Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / SMDS / SMDS_MeshVolume.hxx
index 8f7803a6e4da12cd87ddafc6dd57badc147bd65d..02d95aa825cfd2308333d75a5e3283d799fdf456 100644 (file)
@@ -52,7 +52,7 @@ class SMDS_EXPORT SMDS_MeshVolume : public SMDS_MeshCell
   virtual int  NbFaces() const;
   virtual int  NbEdges() const;
   virtual int  GetNodeIndex( const SMDS_MeshNode* node ) const;
-  virtual bool ChangeNodes(const SMDS_MeshNode* /*nodes[]*/, const int /*nbNodes*/);
+  virtual bool ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes);
   virtual bool IsMediumNode(const SMDS_MeshNode* node) const;
   virtual int  NbCornerNodes() const;