X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketcherPrs%2FSketcherPrs_Parallel.h;h=767688c568d6de6117ec7f0f8b6233efb88fc73f;hb=180173d1e6a5463c4962721c1213a47794dd0974;hp=0ce747818487c4f84afe0e023cd049d10aabd0a8;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Parallel.h b/src/SketcherPrs/SketcherPrs_Parallel.h index 0ce747818..767688c56 100644 --- a/src/SketcherPrs/SketcherPrs_Parallel.h +++ b/src/SketcherPrs/SketcherPrs_Parallel.h @@ -36,9 +36,9 @@ class SketcherPrs_Parallel: 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_Parallel(ModelAPI_Feature* theConstraint, - const std::shared_ptr& thePlane); + SketchPlugin_Sketch* theSketcher); DEFINE_STANDARD_RTTIEXT(SketcherPrs_Parallel, SketcherPrs_SymbolPrs) /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation