Changeset 44 for branches/DelphiToC/UPascalSource.pas
- Timestamp:
- Aug 9, 2010, 10:22:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/UPascalSource.pas
r43 r44 241 241 TFunction = class(TCommonBlock) 242 242 public 243 Parameters: T ObjectList; // TObjectList<TVariable>243 Parameters: TParameterList; 244 244 ResultType: TType; 245 245 constructor Create; override; … … 296 296 inherited; 297 297 Parameters := TParameterList.Create; 298 TParameterList(Parameters).Parent := Self;298 Parameters.Parent := Self; 299 299 //ResultType := TType.Create; 300 300 end;
Note:
See TracChangeset
for help on using the changeset viewer.