| 570 | // Get-functions |
| 571 | |
| 572 | CMainFrame *CFamiTrackerApp::GetMainFrame() const { // // // |
| 573 | auto *pMainFrm = static_cast<CMainFrame *>(const_cast<CFamiTrackerApp *>(this)->GetMainWnd()); |
| 574 | return ::IsWindow(pMainFrm->m_hWnd) && m_bRunning ? pMainFrm : nullptr; |
| 575 | } |
| 576 | |
| 577 | // // // |
| 578 |
no outgoing calls
no test coverage detected