]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_ICustomPrs.h
Salome HOME
1. Manage color of construction point using preferences dialog box.
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index 6908ca948f644bd92cf3a7d9e033b74b729535e7..90d0af06193c9f40331f5ab18e2897cf7aac1ac5 100644 (file)
@@ -40,8 +40,7 @@ public:
 
   /// Modifies the given presentation in the custom way.
   virtual bool customisePresentation(std::shared_ptr<ModelAPI_Result> theResult,
-                                     AISObjectPtr thePrs,
-                                     std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs) = 0;
+                                     AISObjectPtr thePrs) = 0;
 };
 
 typedef std::shared_ptr<GeomAPI_ICustomPrs> GeomCustomPrsPtr;