X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeSelectionList.h;h=170efc09add30ae8f178f5acd159e82701d8935c;hb=b900918cef83bb82217e7221c7ff0ad9d8a6dbe9;hp=19e888f15f8b9e86016b7aa95830275c2c0da495;hpb=b04995d04df6376eb662cd2ce52b64f59573a334;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeSelectionList.h b/src/ModelAPI/ModelAPI_AttributeSelectionList.h index 19e888f15..170efc09a 100644 --- a/src/ModelAPI/ModelAPI_AttributeSelectionList.h +++ b/src/ModelAPI/ModelAPI_AttributeSelectionList.h @@ -45,7 +45,7 @@ class ModelAPI_AttributeSelectionList : public ModelAPI_Attribute virtual void clear() = 0; /// Returns the type of this class of attributes - static std::string type() + static std::string typeId() { return "SelectionList"; }