X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_ResultGroup.h;h=de1cfff6f0b4b1b8193a078b4c1d248a1938dbb7;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=040f2a05ccbe3fc36d579337519dbbf9a5d297d8;hpb=1fee4cd98a6745a530c05805c3741450054b7063;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultGroup.h b/src/ModelAPI/ModelAPI_ResultGroup.h index 040f2a05c..de1cfff6f 100644 --- a/src/ModelAPI/ModelAPI_ResultGroup.h +++ b/src/ModelAPI/ModelAPI_ResultGroup.h @@ -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*/) {} };