Salome HOME
Fix for the issue #370 : activization of updater only once per undo/redo for all...
[modules/shaper.git] / src / Model / Model_ResultGroup.cpp
index dd4ee732b7091f9823036048d326bef3f3d6f1af..39809bade0444a0a964855077dd8926599024119 100644 (file)
@@ -22,7 +22,7 @@ void Model_ResultGroup::initAttributes()
 {
   // append the color attribute. It is empty, the attribute will be filled by a request
   DataPtr aData = data();
-  aData->addAttribute(COLOR_ID(), ModelAPI_AttributeIntArray::type());
+  aData->addAttribute(COLOR_ID(), ModelAPI_AttributeIntArray::typeId());
 }
 
 void Model_ResultGroup::colorConfigInfo(std::string& theSection, std::string& theName,