Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Deflection1D_i.hxx
index 2fc7e2b72b4c5d3570d0419b421f2a05f5a1f9dc..e7b1983a439ff2e7ed810c0c04c51eaf608bfe69 100644 (file)
@@ -54,8 +54,7 @@ public:
   virtual ~StdMeshers_Deflection1D_i();
 
   // Set deflection
-  void SetDeflection( CORBA::Double theLength )
-    ;
+  void SetDeflection( CORBA::Double theLength );
   // Get deflection
   CORBA::Double GetDeflection();