mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +02:00
fpvectorial: Fix compilation error with fpc 2.6.4
git-svn-id: trunk@51389 -
This commit is contained in:
parent
baada2fba0
commit
748caca7e3
@ -3776,7 +3776,8 @@ var
|
||||
i, j: Integer;
|
||||
pf: Double; // fraction of path travelled along gradient vector
|
||||
px, py: Double;
|
||||
phi, sinphi, cosphi: Double;
|
||||
phi: Double;
|
||||
sinphi, cosphi: float;
|
||||
coord, coord1, coord2, dcoord: Double;
|
||||
coordIsX: Boolean;
|
||||
p1, p2: T2dPoint;
|
||||
|
Loading…
Reference in New Issue
Block a user