From fa73f043e5e6c452f441ffe3085cf909a56e4ef1 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sat, 8 Jul 2023 01:51:09 +0300 Subject: [PATCH] FpReport: fixed compilation, issue #40367 --- components/fpreport/fpreportpreview.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpreport/fpreportpreview.pas b/components/fpreport/fpreportpreview.pas index d0f9e7f178..541105bc07 100644 --- a/components/fpreport/fpreportpreview.pas +++ b/components/fpreport/fpreportpreview.pas @@ -31,7 +31,7 @@ type TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object; - TFPReportPreviewForm = class(TForm) + TFPReportPreviewForm = class(TCustomFPreportPreviewForm) AClose: TAction; ALast: TAction; AFirst: TAction;