| 3596 | |
| 3597 | |
| 3598 | Ref<Component> BinaryView::CreateComponent() |
| 3599 | { |
| 3600 | auto bnComponent = BNCreateComponent(m_object); |
| 3601 | |
| 3602 | return new Component(bnComponent); |
| 3603 | } |
| 3604 | |
| 3605 | |
| 3606 | Ref<Component> BinaryView::CreateComponent(std::string parentGUID) |