X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Equal.h;h=0b2066d38e7e4f6162a997ee3ca69de913200c6b;hb=2cb8023bec0da9fc7b138da0a467bca74d4b825c;hp=cc347a63ade505d1599d7cc103ae74ce6c9dfe13;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Equal.h b/src/SketcherPrs/SketcherPrs_Equal.h index cc347a63a..0b2066d38 100644 --- a/src/SketcherPrs/SketcherPrs_Equal.h +++ b/src/SketcherPrs/SketcherPrs_Equal.h @@ -14,7 +14,8 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com // #ifndef SketcherPrs_Equal_H @@ -35,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