Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index e1f6de3ff2349d9c738cdac2c266c16afba1c9ba..03dd98e491b9448c9cf04a8396f070004b62890f 100644 (file)
@@ -294,7 +294,7 @@ protected:
    * \brief Return a shape containing all sub-shapes of the MainShape that can be
    * meshed at once along with _subShape
    */
-  TopoDS_Shape getCollection(SMESH_Gen * /*theGen*/,
+  TopoDS_Shape getCollection(SMESH_Gen * theGen,
                              SMESH_Algo* theAlgo,
                              bool &      theSubComputed,
                              bool &      theSubFailed,