]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_OperationSketchBase.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_OperationSketchBase.cpp
index 9b34aa2ebd34779ca8525508110440319b93035c..ec0d695d529d49eaf43aa6d4bb347b3663931221 100644 (file)
@@ -31,7 +31,7 @@ PartSet_OperationSketchBase::~PartSet_OperationSketchBase()
  */
 const TopoDS_Shape& PartSet_OperationSketchBase::preview() const
 {
-  shared_ptr<SketchPlugin_Feature> aFeature = dynamic_pointer_cast<SketchPlugin_Feature>(feature());
+  boost::shared_ptr<SketchPlugin_Feature> aFeature = boost::dynamic_pointer_cast<SketchPlugin_Feature>(feature());
   return *(static_cast<TopoDS_Shape*>(aFeature->preview()->implementation()));
 }