Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Mirror.h
index 758c2ba098e06176f02529e8a8b5ea53e0aa7293..fc7624c66af65c2a62f8308c85837e861504d778 100644 (file)
@@ -36,9 +36,9 @@ class SketcherPrs_Mirror: public SketcherPrs_SymbolPrs
 public:
   /// Constructor
   /// \param theConstraint a constraint feature
-  /// \param thePlane a coordinate plane of current sketch
+  /// \param theSketcher a sketcher object
   Standard_EXPORT SketcherPrs_Mirror(ModelAPI_Feature* theConstraint,
-                                       const std::shared_ptr<GeomAPI_Ax3>& thePlane);
+    SketchPlugin_Sketch* theSketcher);
   DEFINE_STANDARD_RTTIEXT(SketcherPrs_Mirror, SketcherPrs_SymbolPrs)
 
   /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation