From c7e89e32052c55e219ffcb0031ef5a41c8944fac Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 8 Nov 2016 15:27:54 +0000 Subject: [PATCH] aggpas: fixed example git-svn-id: trunk@53315 - --- .../aggpas/lazarus/example/AggPasInLCLDemo1.lpi | 17 +++++------------ components/aggpas/lazarus/example/unit1.pas | 4 ++-- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/components/aggpas/lazarus/example/AggPasInLCLDemo1.lpi b/components/aggpas/lazarus/example/AggPasInLCLDemo1.lpi index d2122f24f4..3fcd38f82a 100644 --- a/components/aggpas/lazarus/example/AggPasInLCLDemo1.lpi +++ b/components/aggpas/lazarus/example/AggPasInLCLDemo1.lpi @@ -1,4 +1,4 @@ - + @@ -7,11 +7,11 @@ - - - + + + @@ -38,7 +38,6 @@ - @@ -50,7 +49,7 @@ - + @@ -61,12 +60,6 @@ - - - - - - diff --git a/components/aggpas/lazarus/example/unit1.pas b/components/aggpas/lazarus/example/unit1.pas index 534ca80722..f4ed324771 100644 --- a/components/aggpas/lazarus/example/unit1.pas +++ b/components/aggpas/lazarus/example/unit1.pas @@ -5,8 +5,8 @@ unit Unit1; interface uses - Classes, SysUtils, LCLProc, FileUtil, LResources, Forms, Controls, Graphics, - Dialogs, FPimage, agg_fpimage, Agg_LCL; + Classes, SysUtils, LCLProc, FileUtil, LazFileUtils, LResources, Forms, + Controls, Graphics, Dialogs, FPimage, agg_fpimage, Agg_LCL; type