mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
TAChart: Fix compilation of taprint unit
git-svn-id: trunk@30496 -
This commit is contained in:
parent
fbc076999d
commit
ab52351a55
@ -15,12 +15,12 @@ Authors: Alexander Klenin
|
|||||||
}
|
}
|
||||||
unit TAPrint;
|
unit TAPrint;
|
||||||
|
|
||||||
{$mode objfpc}
|
{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Printers, TADrawUtils;
|
Printers, TADrawerCanvas;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user