X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Equal.h;h=0b2066d38e7e4f6162a997ee3ca69de913200c6b;hb=2cb8023bec0da9fc7b138da0a467bca74d4b825c;hp=8285b814566be12c8f182dd30d7b58dd0015ccea;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Equal.h b/src/SketcherPrs/SketcherPrs_Equal.h index 8285b8145..0b2066d38 100644 --- a/src/SketcherPrs/SketcherPrs_Equal.h +++ b/src/SketcherPrs/SketcherPrs_Equal.h @@ -36,9 +36,11 @@ class SketcherPrs_Equal: public SketcherPrs_SymbolPrs public: /// Constructor /// \param theConstraint a constraint feature + /// \param theSketcher a sketcher object /// \param thePlane a coordinate plane of current sketch Standard_EXPORT SketcherPrs_Equal(ModelAPI_Feature* theConstraint, - const std::shared_ptr& thePlane); + ModelAPI_CompositeFeature* theSketcher, + const std::shared_ptr& thePlane); DEFINE_STANDARD_RTTIEXT(SketcherPrs_Equal, SketcherPrs_SymbolPrs) /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation