Need to fix up inits of NODE structures
git-svn-id: svn://10.0.0.236/trunk@48946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -332,6 +332,8 @@ NODE* CWizardMachineApp::CreateNode(NODE *parentNode, CString iniFile)
|
||||
CStringArray bufferArray;
|
||||
NODE* NewNode = (NODE *) GlobalAlloc(0,sizeof(NODE) * 1);
|
||||
|
||||
// Initialize all the extra fields here...
|
||||
NewNode->isWidgetsSorted = FALSE;
|
||||
|
||||
NewNode->parent = parentNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user