Salome HOME
Dump Python in the High Level Parameterized Geometry API (issue #1648)
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeString.cpp
index 19df8f5ddd2258493a50f7caf812faf3b0316537..3c647633bb8bb27d76c9e356c33c9228df1bd592 100644 (file)
@@ -9,7 +9,7 @@
 
 std::string ModelAPI_AttributeString::attributeType()
 {
-  return type();
+  return typeId();
 }
 
 ModelAPI_AttributeString::~ModelAPI_AttributeString()