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