X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeRefList.h;h=3036cc9704b629c4202960f34c963c16981e65d8;hb=4b116f1c2ff374e8c5cc5afe2b64eb1fe2a8abd3;hp=d8edfe8d0bfdb1a4d8411512cc6b1823e3fdabda;hpb=6f7ce111d1694790c7b2ec920d49e926a7a50106;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeRefList.h b/src/ModelAPI/ModelAPI_AttributeRefList.h index d8edfe8d0..3036cc970 100644 --- a/src/ModelAPI/ModelAPI_AttributeRefList.h +++ b/src/ModelAPI/ModelAPI_AttributeRefList.h @@ -51,6 +51,6 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute } }; -typedef boost::shared_ptr AttributeRefListPtr; +typedef std::shared_ptr AttributeRefListPtr; #endif