X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_SketcherReentrantMgr.h;fp=src%2FPartSet%2FPartSet_SketcherReentrantMgr.h;h=378de5ace207f930864e8c32fd3b7c00f2f9d1b4;hb=8139af81d0f45fe3a28ca68d7a485845168ed040;hp=723bef070ede5a6b0abd4b501a49b8815af78326;hpb=55fa1a5646d4ec2483b3645efa07eff3fc2245cb;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_SketcherReentrantMgr.h b/src/PartSet/PartSet_SketcherReentrantMgr.h index 723bef070..378de5ace 100644 --- a/src/PartSet/PartSet_SketcherReentrantMgr.h +++ b/src/PartSet/PartSet_SketcherReentrantMgr.h @@ -240,6 +240,8 @@ private: std::shared_ptr myClickedSketchPoint; /// cashed clicked point bool myIsAutoConstraints; + void* myLastAutoConstraint; //< Stores address of last automatic constraint. + //< Cannot be used as a pointer!!! }; #endif