Salome HOME
Task #3231: Sketcher Offset of a curve
[modules/shaper.git] / src / FiltersAPI / FiltersAPI.i
index 8cecbc1010edb89390953f229e14229d6b2708a8..50530607fc34350757d8db8cde068aeed32138cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  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
@@ -50,7 +50,7 @@
 
 
 // std::list -> []
-%template(FilterList) std::list<std::shared_ptr<FiltersAPI_Filter> >;
+%template(FilterAPIList) std::list<std::shared_ptr<FiltersAPI_Filter> >;
 %template(ArgumentList) std::list<FiltersAPI_Argument>;
 
 // fix compilarion error: 'res*' was not declared in this scope