View | Details | Raw Unified | Return to issue 56304
Collapse All | Expand All

(-)source/parser/rscicpx.cxx (+6 lines)
Lines 345-350 RscTop * RscTypCont::InitClassWindow( Rs Link Here
345
	nId = aNmTb.Put( "UniqueId", VARNAME );
345
	nId = aNmTb.Put( "UniqueId", VARNAME );
346
	pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_UNIQUEID );
346
	pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_UNIQUEID );
347
347
348
	RscCont * pCont = new RscCont( pHS->getID( "short *" ), RSC_NOTYPE );
349
	pCont->SetTypeClass( &aShort );
350
	aBaseLst.Insert( pCont, LIST_APPEND );
351
	nId = aNmTb.Put( "Springs", VARNAME );
352
	pClassWindow->SetVariable( nId, pCont, NULL, 0, WINDOW_SPRINGS );
353
348
	return( pClassWindow );
354
	return( pClassWindow );
349
}
355
}
350
356

Return to issue 56304