Skip to content

Commit 494c5a4

Browse files
committed
! Fixed FMX error
1 parent 31c8b11 commit 494c5a4

File tree

4 files changed

+1407
-1574
lines changed

4 files changed

+1407
-1574
lines changed

Examples/FMX/Delphi Logo/DelphiLogo.dpr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ program DelphiLogo;
22

33
uses
44
FMX.Forms,
5+
FMX.Canvas.AggPas in '..\..\..\Source\FireMonkey\FMX.Canvas.AggPas.pas',
56
MainUnit in 'MainUnit.pas' {FmDelphiLogo};
67

78
{$R *.res}

0 commit comments

Comments
 (0)