LAPTOP-SNT8I5JK\Boounion
2025-03-10 9543f2d581d05a0f98de787ab131e8d97e0291a2
SourceCode/Bond/Servo/CAttributeVector.cpp
@@ -10,7 +10,10 @@
   CAttributeVector::~CAttributeVector()
   {
      for (auto item : m_attributes) {
         delete item;
      }
      m_attributes.clear();
   }
   void CAttributeVector::addAttribute(CAttribute* pAttribute)