Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_MaxLength_i.hxx
index 39b66e423231f4ae2b5adf94a0bba54dd2c1a6d4..a271b8e73e983e0fe6af5b965f12b256c112ba75 100644 (file)
@@ -49,13 +49,11 @@ public:
   virtual ~StdMeshers_MaxLength_i();
 
   // Set length
-  void SetLength( CORBA::Double theLength )
-    ;
+  void SetLength( CORBA::Double theLength );
   // Set precision
 
   // Sets preestimation flag
-  void SetUsePreestimatedLength( CORBA::Boolean toUse)
-    ;
+  void SetUsePreestimatedLength( CORBA::Boolean toUse);
 
   // Get length
   CORBA::Double GetLength();