]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'BR_DEBIAN_RUNTIME' of newgeom:newgeom.git into Dev_1.1.0
authorsbh <sergey.belash@opencascade.com>
Thu, 2 Apr 2015 11:01:28 +0000 (14:01 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 2 Apr 2015 11:01:28 +0000 (14:01 +0300)
1  2 
src/SketchSolver/SketchSolver_ConstraintGroup.cpp
src/SketcherPrs/SketcherPrs_Coincident.cpp
src/SketcherPrs/SketcherPrs_Coincident.h

index 72c7ec5d01a9494ab707016fc3bc8fae66e0b9d0,10d0c72c1553b47bba1b0acf80d241bf23953428..5aaf5d63589530db34843fe57517504a01cd1020
@@@ -45,9 -44,8 +44,9 @@@ protected
      const Standard_Integer aMode) ;
  
  private:
-   SketchPlugin_Constraint* myConstraint;
+   ModelAPI_Feature* myConstraint;
    std::shared_ptr<GeomAPI_Ax3> myPlane;
 +  gp_Pnt myPoint;
  };