Salome HOME
Meet coding style (split lines longer than 100 characters)
[modules/shaper.git] / src / PartSet / PartSet_SketcherReentrantMgr.h
index 723bef070ede5a6b0abd4b501a49b8815af78326..378de5ace207f930864e8c32fd3b7c00f2f9d1b4 100644 (file)
@@ -240,6 +240,8 @@ private:
   std::shared_ptr<GeomAPI_Pnt2d> myClickedSketchPoint; /// cashed clicked point
 
   bool myIsAutoConstraints;
+  void* myLastAutoConstraint; //< Stores address of last automatic constraint.
+                              //< Cannot be used as a pointer!!!
 };
 
 #endif