| 2449 | } |
| 2450 | |
| 2451 | CFrameEditor *CMainFrame::GetFrameEditor() const |
| 2452 | { |
| 2453 | ASSERT(m_pFrameEditor); // // // |
| 2454 | return m_pFrameEditor.get(); |
| 2455 | } |
| 2456 | |
| 2457 | CVisualizerWnd *CMainFrame::GetVisualizerWnd() const { // // // |
| 2458 | return m_pVisualizerWnd.get(); |
no test coverage detected