mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 12:12:47 +02:00
TAChart: Fix compilation with fpc 3.0.0
git-svn-id: trunk@57343 -
This commit is contained in:
parent
910ee0f64f
commit
25e1ae1c92
@ -266,7 +266,7 @@ type
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
LResources, Math, PropEdits, TAChartStrConsts, TAMath;
|
LResources, Math, PropEdits, TAChartStrConsts, {%H-}TAGeometry, TAMath;
|
||||||
|
|
||||||
var
|
var
|
||||||
VIdentityTransform: TChartAxisTransformations;
|
VIdentityTransform: TChartAxisTransformations;
|
||||||
|
Loading…
Reference in New Issue
Block a user