Salome HOME
Merge branch 'Dev_0.6' of newgeom:newgeom.git into Dev_0.6
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefList.h
index d8edfe8d0bfdb1a4d8411512cc6b1823e3fdabda..3036cc9704b629c4202960f34c963c16981e65d8 100644 (file)
@@ -51,6 +51,6 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute
   }
 };
 
-typedef boost::shared_ptr<ModelAPI_AttributeRefList> AttributeRefListPtr;
+typedef std::shared_ptr<ModelAPI_AttributeRefList> AttributeRefListPtr;
 
 #endif