mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 12:15:57 +02:00
FpReport: fixed compilation, issue #40367
This commit is contained in:
parent
48b1419ec4
commit
fa73f043e5
@ -31,7 +31,7 @@ type
|
|||||||
|
|
||||||
TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object;
|
TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object;
|
||||||
|
|
||||||
TFPReportPreviewForm = class(TForm)
|
TFPReportPreviewForm = class(TCustomFPreportPreviewForm)
|
||||||
AClose: TAction;
|
AClose: TAction;
|
||||||
ALast: TAction;
|
ALast: TAction;
|
||||||
AFirst: TAction;
|
AFirst: TAction;
|
||||||
|
Loading…
Reference in New Issue
Block a user