Salome HOME
Fix solvespace version number in environment.
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_LengthDimension.h
index 5fde8d7aa0e094f1599a18f752c4d9c1b1138e81..76e71c85dab70e0568ae055760b8ef79c9a3257e 100644 (file)
@@ -30,8 +30,6 @@ public:
   Standard_EXPORT SketcherPrs_LengthDimension(ModelAPI_Feature* theConstraint, 
                         const std::shared_ptr<GeomAPI_Ax3>& thePlane);
 
-  std::string constraintType() const;
-
   DEFINE_STANDARD_RTTI(SketcherPrs_LengthDimension)
 protected:
   /// Redefinition of virtual function
@@ -43,7 +41,7 @@ protected:
     const Standard_Integer aMode);
 
 private:
-  bool getPoints(gp_Pnt& thePnt1, gp_Pnt& thePnt2) const;
+  bool getPoints(gp_Pnt& thePnt1, gp_Pnt& thePnt2);
 
   /// Constraint feature
   ModelAPI_Feature* myConstraint;