Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers / StdMeshers_Deflection1D.hxx
index f1e3f9958061758d82e3070179b282a3c4b2588d..2497a4e70ad98a9f4bd84644b0f15a0d44facc12 100644 (file)
@@ -38,7 +38,7 @@ class STDMESHERS_EXPORT StdMeshers_Deflection1D:public SMESH_Hypothesis
   StdMeshers_Deflection1D(int hypId, SMESH_Gen * gen);
   virtual ~ StdMeshers_Deflection1D();
 
-  void SetDeflection(double value) ;
+  void SetDeflection(double value);
 
   double GetDeflection() const;