fixed compilation for 2.5.1

git-svn-id: trunk@22000 -
This commit is contained in:
mattias 2009-10-03 16:21:22 +00:00
parent 619e3d1083
commit 62516ce038

View File

@ -49,7 +49,7 @@ type
TPkgLinkInfo = class(TPackageLink)
public
procedure Assign(Source: TLazPackageID);
property Origin: TPkgLinkOrigin read FOrigin write FOrigin;
property Origin;
end;
{ TPackageLinksDialog }