Salome HOME
Speed up the redraw of sketch with constraints moved by the point of the line
[modules/shaper.git] / src / ModuleBase / ModuleBase_ResultPrs.h
index 0d2d058ce6540fefb7aa324a9b69464b50f311e5..62b82389c6febed609181ae4ed5a5a53d15750a7 100644 (file)
@@ -35,7 +35,7 @@ private:
   bool myIsSketchMode;
 
   TopoDS_Shape myOriginalShape;
-  std::list<boost::shared_ptr<GeomAPI_Shape> > myFacesList;
+  std::list<std::shared_ptr<GeomAPI_Shape> > myFacesList;
 };