lcl: fix types for GDI objects by accSone

git-svn-id: trunk@43456 -
This commit is contained in:
paul 2013-11-18 01:10:28 +00:00
parent 22c5d60fd4
commit 222560f8b8

View File

@ -366,7 +366,7 @@ var
AStr : String;
pIndex,
pX1, pX2, pY : Longint;
B, P : Longint;
B, P : HGDIOBJ;
LogP : TLogPen;
MaxLength : Integer;
Pt : TPoint;