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