TAChart: Fix compilation of OpenGL drawer

git-svn-id: trunk@36914 -
This commit is contained in:
ask 2012-04-20 01:43:29 +00:00
parent 50f4ffe8f5
commit 1bde527646

View File

@ -20,7 +20,8 @@ unit TADrawerOpenGL;
interface
uses
Classes, FPCanvas, FPImage, GL, GLu, Glut, TADrawUtils;
Classes, FPCanvas, FPImage, GL, GLu, Glut,
TAChartUtils, TADrawUtils;
type
@ -72,9 +73,6 @@ type
implementation
uses
TAChartUtils;
procedure ChartGLColor(AColor: TFPColor);
begin
with AColor do