| 2 | #include "CNodeVTable.h" |
| 3 | |
| 4 | CNodeVTable::CNodeVTable( ) |
| 5 | : m_pParentWindow( nullptr ) |
| 6 | { |
| 7 | m_nodeType = nt_vtable; |
| 8 | } |
| 9 | |
| 10 | CNodeVTable::CNodeVTable( CWnd* pParentWindow ) |
| 11 | : CNodeVTable( ) |
nothing calls this directly
no outgoing calls
no test coverage detected