SourceCode/Bond/Servo/CPanelAttributes.cpp
@@ -59,6 +59,7 @@ SetDlgItemText(IDC_LABEL_TITLE, pStep->getName().c_str()); SERVO::CAttributeVector attrubutes; pStep->getAttributeVector(attrubutes); attrubutes.sortWithWeight(); unsigned int nSize = attrubutes.size(); for (unsigned int i = 0; i < nSize; i++) { SERVO::CAttribute* pAttribute = attrubutes.getAttribute(i);