* @brief Get position of first item in structured DIFFITEM tree */
| 69 | * @brief Get position of first item in structured DIFFITEM tree |
| 70 | */ |
| 71 | DIFFITEM *DiffItemList::GetFirstDiffPosition() const |
| 72 | { |
| 73 | return GetFirstChildDiffPosition(m_pRoot); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * @brief Get position of first child item in structured DIFFITEM tree |
no outgoing calls