From 3a51a0e8db81e529dce9d255f427fe74a8831704 Mon Sep 17 00:00:00 2001 From: mgaertner Date: Wed, 24 Apr 2024 14:12:48 +0000 Subject: [PATCH] skia: fixed demo git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9339 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/skia/demo/paintbox/PaintControlSkLCL.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/skia/demo/paintbox/PaintControlSkLCL.lpr b/components/skia/demo/paintbox/PaintControlSkLCL.lpr index dcf6f1981..344c063b8 100644 --- a/components/skia/demo/paintbox/PaintControlSkLCL.lpr +++ b/components/skia/demo/paintbox/PaintControlSkLCL.lpr @@ -12,7 +12,7 @@ uses {$IFDEF HASAMIGA} athreads, {$ENDIF} - Interfaces { this includes the LCL widgetset } + Interfaces, { this includes the LCL widgetset } Forms, LCL.SkiaInit { helper unit, to show an error if the libsk4d library was not found }, unit1;