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