LCL: WinCE: fix function "LCLBoundsToWin32Bounds()" signature introduced by rev. 61112. Bug #36848

git-svn-id: trunk@62817 -
This commit is contained in:
lacak 2020-03-30 07:27:25 +00:00
parent 707c0d5894
commit 864df52f4a

View File

@ -867,8 +867,7 @@ begin
Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
end;
procedure LCLBoundsToWin32Bounds(Sender: TObject;
var Left, Top, Width, Height: Integer);
procedure LCLBoundsToWin32Bounds(Sender: TObject; var Left, Top: Integer);
var
ORect: TRect;
Begin