LAPTOP-SNT8I5JK\Boounion
2025-03-13 4f6aae9fe017a37bd8bc6199ba4e3804036d8693
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)