Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Prism_3D_i.hxx
index 26446a49183d27b6a741242ce0caa81da9924d46..0ffd21f1abe3d6273b1de0970c60f7fd6e0e9872 100644 (file)
@@ -79,7 +79,7 @@ public:
   ::StdMeshers_RadialPrism_3D* GetImpl();
 
   // Return true if the algorithm is applicable to a shape
-  static bool IsApplicable(const TopoDS_Shape &S, bool toCheckAll, int /*dim*/);
+  static bool IsApplicable(const TopoDS_Shape &S, bool toCheckAll, int dim);
 };