Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_MultiRotation.h
index eb3b81ae4ff94d31d677153d0e0b40075330d784..1a3180f7c5a33e84f33e7b3e63625520e0088e2d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -109,7 +109,7 @@ MultiRotationPtr addMultiRotation(const std::shared_ptr<ModelAPI_Document>& theP
                                   const std::list<ModelHighAPI_Selection>& theMainObjects,
                                   const ModelHighAPI_Selection& theAxis,
                                   const ModelHighAPI_Double& theStep,
-                                  const ModelHighAPI_Integer& theNumber = ModelHighAPI_Integer(""),
+                                  const ModelHighAPI_Integer& theNumber = ModelHighAPI_Integer(L""),
                                   const bool keepSubResults = false);
 
 #endif // FEATURESAPI_MULTIROTATION_H_