And an extra hack for splitters!
| 74 | |
| 75 | // And an extra hack for splitters! |
| 76 | void PyWin_SetViewDocument(CView *pView, CDocument *pDoc) |
| 77 | { |
| 78 | ((CProtectedView *)pView)->SetDocument(pDoc); |
| 79 | } |
| 80 | |
| 81 | // Hacks to get around protected members. |
| 82 | class CProtectedScrollView : public CScrollView |
no test coverage detected