Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_LocalLength_i.hxx
index 9c471cfd8b8e6ec237cd97e4ac8045effeaefe71..b98f696f39a9a139400f1eceeb41e7625d869383 100644 (file)
@@ -54,11 +54,9 @@ public:
   virtual ~StdMeshers_LocalLength_i();
 
   // Set length
-  void SetLength( CORBA::Double theLength )
-    ;
+  void SetLength( CORBA::Double theLength );
   // Set precision
-  void SetPrecision( CORBA::Double thePrecision )
-    ;
+  void SetPrecision( CORBA::Double thePrecision );
 
   // Get length
   CORBA::Double GetLength();