X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_ICustomPrs.h;h=c6647e4800df4221271e5a3f49ecd55e9cffaaae;hb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;hp=2e7c22cc4dfac1e896f6efa3edb20785fbcd900d;hpb=745c72679f6346375d5e886b25cc3865f3c4daae;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_ICustomPrs.h b/src/GeomAPI/GeomAPI_ICustomPrs.h index 2e7c22cc4..c6647e480 100644 --- a/src/GeomAPI/GeomAPI_ICustomPrs.h +++ b/src/GeomAPI/GeomAPI_ICustomPrs.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2021 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 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 @@ -40,8 +40,7 @@ public: /// Modifies the given presentation in the custom way. virtual bool customisePresentation(std::shared_ptr theResult, - AISObjectPtr thePrs, - std::shared_ptr theDefaultPrs) = 0; + AISObjectPtr thePrs) = 0; }; typedef std::shared_ptr GeomCustomPrsPtr;