Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 040f2a05ccbe3fc36d579337519dbbf9a5d297d8..de1cfff6f0b4b1b8193a078b4c1d248a1938dbb7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  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
@@ -55,7 +55,7 @@ public:
   /// \brief Stores the result of operation made on groups.
   ///        Cleans the storage if empty shape is given.
   /// param[in] theShape shape to store.
-  MODELAPI_EXPORT virtual void store(const GeomShapePtr& theShape)
+  MODELAPI_EXPORT virtual void store(const GeomShapePtr& /*theShape*/)
   {}
 };