Salome HOME
Fix valgrind error: Mismatched free() / delete / delete []
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_PassKeyShape.hxx
index 1f886be33d57ea1166503439014d916fc61ae167..eb9b26f05ab3c1588229b20f8a657111c026da9d 100644 (file)
@@ -1,5 +1,5 @@
 
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -7,7 +7,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -65,18 +65,18 @@ class GEOMAlgo_PassKeyShape  {
 
   Standard_EXPORT
     void SetShapes(const TopoDS_Shape& aS1,
-                  const TopoDS_Shape& aS2) ;
+                   const TopoDS_Shape& aS2) ;
 
   Standard_EXPORT
     void SetShapes(const TopoDS_Shape& aS1,
-                  const TopoDS_Shape& aS2,
-                  const TopoDS_Shape& aS3) ;
+                   const TopoDS_Shape& aS2,
+                   const TopoDS_Shape& aS3) ;
 
   Standard_EXPORT
     void SetShapes(const TopoDS_Shape& aS1,
-                  const TopoDS_Shape& aS2,
-                  const TopoDS_Shape& aS3,
-                  const TopoDS_Shape& aS4) ;
+                   const TopoDS_Shape& aS2,
+                   const TopoDS_Shape& aS3,
+                   const TopoDS_Shape& aS4) ;
 
   Standard_EXPORT
     void SetShapes(const TopTools_ListOfShape& aLS) ;