fixed compilation for 2.3.1

git-svn-id: trunk@15722 -
This commit is contained in:
mattias 2008-07-09 14:12:40 +00:00
parent dc0bf0c863
commit e53050f3a2

View File

@ -108,7 +108,6 @@ type
FDefaultPackage: TLazPackage;
FErrorMsg: string;
FFCLPackage: TLazPackage;
FFirstAutoInstallDependency: TPkgDependency;
FIDEIntfPackage: TLazPackage;
FItems: TFPList; // unsorted list of TLazPackage
FLazarusBasePackages: TFPList;
@ -291,6 +290,9 @@ type
function CompilePackage(APackage: TLazPackage; Flags: TPkgCompileFlags;
Globals: TGlobalCompilerOptions = nil): TModalResult;
function ConvertPackageRSTFiles(APackage: TLazPackage): TModalResult;
public
// installed packages
FirstAutoInstallDependency: TPkgDependency;
public
// registration
procedure RegisterUnitHandler(const TheUnitName: string;
@ -330,8 +332,6 @@ type
property IDEIntfPackage: TLazPackage read FIDEIntfPackage;
property LazarusBasePackages: TFPList read FLazarusBasePackages;
property DefaultPackage: TLazPackage read FDefaultPackage;// fall back package for buggy/obsoleted stuff
property FirstAutoInstallDependency: TPkgDependency
read FFirstAutoInstallDependency write FFirstAutoInstallDependency;
property OnAddPackage: TPkgAddedEvent read FOnAddPackage write FOnAddPackage;
property OnBeginUpdate: TNotifyEvent read FOnBeginUpdate write FOnBeginUpdate;