Salome HOME
Copyright update 2022
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Copy.h
index 92174f9f407e20ce8d8ce4fe936942e684922acf..712a8cfb30ee9be285e39f034beef86cb6947d5d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -44,7 +44,7 @@ public:
   FEATURESAPI_EXPORT
   explicit FeaturesAPI_Copy(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                             const std::list<ModelHighAPI_Selection>& theBaseObjects,
-                            const int theVersion = 0);
+                            const int theNumber);
 
   /// Destructor.
   FEATURESAPI_EXPORT virtual ~FeaturesAPI_Copy();