Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers / StdMeshers_StartEndLength.hxx
index a40540d8eed63bdcceeaa48408ca390a109109a0..d07d1e17d3dc23893e827ba6b56e38db7eb60eaa 100644 (file)
@@ -41,7 +41,7 @@ class STDMESHERS_EXPORT StdMeshers_StartEndLength: public StdMeshers_Reversible1
   StdMeshers_StartEndLength(int hypId, SMESH_Gen * gen);
   virtual ~ StdMeshers_StartEndLength();
 
-  void SetLength(double length, bool isStartLength) ;
+  void SetLength(double length, bool isStartLength);
 
   double GetLength(bool isStartLength) const;