MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetDoc

Method GetDoc

Source/FamiTrackerDoc.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66//
67
68CFamiTrackerDoc *CFamiTrackerDoc::GetDoc()
69{
70 CFrameWnd *pFrame = static_cast<CFrameWnd *>(AfxGetMainWnd());
71 ASSERT_VALID(pFrame);
72
73 return static_cast<CFamiTrackerDoc*>(pFrame->GetActiveDocument());
74}
75
76//
77// Overrides

Callers 1

MainFrm.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected