Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_Filter.h
index 25439241168ad6812b360049ead822246174d3cf..cfd0dc6c6544f256a3392909101eabd8137c8d92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-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
@@ -59,7 +59,7 @@ public:
 
   /// Initializes arguments of a filter. If a filter has no arguments, this method may be
   /// not redefined.
-  virtual void initAttributes(ModelAPI_FiltersArgs& theArguments) {}
+  virtual void initAttributes(ModelAPI_FiltersArgs& /*theArguments*/) {}
 
   /// Returns XML string which represents GUI of the filter
   /// by reading corresponding XML file.