mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:35:58 +02:00
PascalScript: Fix event TPSOnProcessDirective signature. Active clashed with TForm.Active. Issue #39359.
This commit is contained in:
parent
2a179b8402
commit
a8a398e553
@ -96,9 +96,9 @@ type
|
||||
TPSOnProcessDirective = procedure (
|
||||
Sender: TPSPreProcessor;
|
||||
Parser: TPSPascalPreProcessorParser;
|
||||
const Active: Boolean;
|
||||
const AActive: Boolean;
|
||||
const DirectiveName, DirectiveParam: tbtstring;
|
||||
Var Continue: Boolean) of Object; // jgv
|
||||
Var AContinue: Boolean) of Object; // jgv
|
||||
|
||||
TPSScript = class(TComponent)
|
||||
private
|
||||
|
Loading…
Reference in New Issue
Block a user