MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CNodeVTable

Method CNodeVTable

ReClass/CNodeVTable.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "CNodeVTable.h"
3
4CNodeVTable::CNodeVTable( )
5 : m_pParentWindow( nullptr )
6{
7 m_nodeType = nt_vtable;
8}
9
10CNodeVTable::CNodeVTable( CWnd* pParentWindow )
11 : CNodeVTable( )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected