LCL: imglist: make TCustomImageListResolution.FData private

git-svn-id: trunk@57203 -
This commit is contained in:
ondrej 2018-02-01 12:38:56 +00:00
parent c3665280b1
commit 215cce41c2

View File

@ -112,11 +112,10 @@ type
TOverlay = 0..14; // windows limitation
TCustomImageListResolution = class(TLCLReferenceComponent)
public
FData: array of TRGBAQuad;
private
FWidth: Integer;
FHeight: Integer;
FData: array of TRGBAQuad;
FReference: TWSCustomImageListReference;
FAllocCount: Integer;
FImageList: TCustomImageList;