LAPTOP-SNT8I5JK\Boounion
2025-03-21 980d4fc1690b4f8a81dc65e8573d2898f34a406f
SourceCode/Bond/Servo/CEquipment.cpp
@@ -437,4 +437,14 @@
   {
      return 0;
   }
   void CEquipment::addPanelToList(CPanel* pPanel)
   {
      ASSERT(pPanel);
      Lock();
      pPanel->addRef();
      m_panelList.push_back(pPanel);
      Unlock();
   }
}