Ignore:
Timestamp:
May 2, 2013, 10:11:15 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Modules/Pascal/UIDEModulePascal.pas

    r70 r73  
    1313
    1414  TIDEModulePascal = class(TModule)
    15     constructor Create; override;
     15    constructor Create(AOwner: TComponent); override;
    1616  end;
    1717
     
    2020{ TIDEModulePascal }
    2121
    22 constructor TIDEModulePascal.Create;
     22constructor TIDEModulePascal.Create(AOwner: TComponent);
    2323begin
    2424  inherited;
Note: See TracChangeset for help on using the changeset viewer.