X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_HVDirection.cpp;h=e9d1d14130b27935e295db091cbebeedbb1a15ee;hb=53445a818411b3b71e3457f5e2e97c5f23d69cb7;hp=d599d492cc1e16b0c78aa97b14367e73b0967d53;hpb=b3695c3af5289903f1c0fa01bbb7c40203c5e544;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_HVDirection.cpp b/src/SketcherPrs/SketcherPrs_HVDirection.cpp index d599d492c..e9d1d1413 100644 --- a/src/SketcherPrs/SketcherPrs_HVDirection.cpp +++ b/src/SketcherPrs/SketcherPrs_HVDirection.cpp @@ -33,10 +33,8 @@ IMPLEMENT_STANDARD_RTTIEXT(SketcherPrs_HVDirection, SketcherPrs_SymbolPrs); static Handle(Image_AlienPixMap) MyPixMap; SketcherPrs_HVDirection::SketcherPrs_HVDirection(ModelAPI_Feature* theConstraint, - ModelAPI_CompositeFeature* theSketcher, - const std::shared_ptr& thePlane, - bool isHorisontal) - : SketcherPrs_SymbolPrs(theConstraint, theSketcher, thePlane), + SketchPlugin_Sketch* theSketcher, bool isHorisontal) + : SketcherPrs_SymbolPrs(theConstraint, theSketcher), myIsHorisontal(isHorisontal) { }