mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:20:19 +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
|
||||
|
||||
uses
|
||||
LResources, Math, PropEdits, TAChartStrConsts, TAMath;
|
||||
LResources, Math, PropEdits, TAChartStrConsts, {%H-}TAGeometry, TAMath;
|
||||
|
||||
var
|
||||
VIdentityTransform: TChartAxisTransformations;
|
||||
|
Loading…
Reference in New Issue
Block a user