Salome HOME
23630: EDF 18157 - Problem of meshing
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.hxx
index 8e605ab9294f43ebb94a88e69554620dc3c40714..e5e558bee84e2694b1ce18653d3b9c3a63c52c29 100644 (file)
@@ -275,7 +275,7 @@ public:
   typedef TNodeOfNodeListMap::iterator                                     TNodeOfNodeListMapItr;
   typedef std::vector<TNodeOfNodeListMapItr>                               TVecOfNnlmiMap;
   typedef std::map<const SMDS_MeshElement*, TVecOfNnlmiMap, TElemSort >    TElemOfVecOfNnlmiMap;
-  typedef std::auto_ptr< std::list<int> > PGroupIDs;
+  typedef std::unique_ptr< std::list< int > >                              PGroupIDs;
 
   PGroupIDs RotationSweep (TIDSortedElemSet   theElements[2],
                            const gp_Ax1&      theAxis,