| 108 | } |
| 109 | |
| 110 | CFrameSelection CFrameSelection::GetNormalized() const |
| 111 | { |
| 112 | CFrameSelection Sel; |
| 113 | Normalize(Sel.m_cpStart, Sel.m_cpEnd); |
| 114 | return Sel; |
| 115 | } |
| 116 | |
| 117 | // // // CFrameIterator class |
| 118 |
no outgoing calls
no test coverage detected