LCL: reordered variables of TAnchorSide as workaround for bug #14364

git-svn-id: trunk@21345 -
This commit is contained in:
mattias 2009-08-20 10:39:26 +00:00
parent 81a6659dc6
commit 8300860867

View File

@ -725,8 +725,8 @@ type
TAnchorSide = class(TPersistent)
private
FKind: TAnchorKind; // keep FKind the first property. see bug 14364
FControl: TControl;
FKind: TAnchorKind;
FOwner: TControl;
FSide: TAnchorSideReference;
function IsSideStored: boolean;