Salome HOME
Added the removeLast method into AttributeRefList
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeReference.cpp
index 4c13608200c21acd8876e729a05fe083c5d5aa07..1eb90580f5faa49c3cebc664cb6253d237a4db7b 100644 (file)
@@ -8,7 +8,7 @@
 
 std::string ModelAPI_AttributeReference::attributeType()
 {
-  return type();
+  return typeId();
 }
 
 ModelAPI_AttributeReference::~ModelAPI_AttributeReference()