X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Angle.h;h=a2f9a640376915748feb68fac61c46e56b4275eb;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=de294a98c1676183a7ee2b145774f8701028a1d0;hpb=63f80d9837b4dcb16e9fafc3b07fac36f6f7b00d;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Angle.h b/src/SketcherPrs/SketcherPrs_Angle.h index de294a98c..a2f9a6403 100644 --- a/src/SketcherPrs/SketcherPrs_Angle.h +++ b/src/SketcherPrs/SketcherPrs_Angle.h @@ -28,15 +28,15 @@ public: /// Constructor /// \param theConstraint a constraint feature /// \param thePlane a coordinate plane of current sketch - Standard_EXPORT SketcherPrs_Angle(ModelAPI_Feature* theConstraint, + Standard_EXPORT SketcherPrs_Angle(ModelAPI_Feature* theConstraint, const std::shared_ptr& thePlane); /// Destructor Standard_EXPORT ~SketcherPrs_Angle(); - DEFINE_STANDARD_RTTI(SketcherPrs_Angle) + DEFINE_STANDARD_RTTIEXT(SketcherPrs_Angle, AIS_AngleDimension) - /// Returns true if the constraint feature arguments are correcly filled + /// Returns true if the constraint feature arguments are correcly filled /// to build AIS presentation /// \param theConstraint a constraint feature /// \param thePlane a coordinate plane of current sketch