mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
SynEdit: changed signature of TSynBaseCompletionSearchPosition, to avoid name conflicts when using code-completion. issue #0024758
git-svn-id: trunk@42155 -
This commit is contained in:
parent
a500bfb2b6
commit
8816386294
@ -64,7 +64,7 @@ type
|
||||
TValidateEvent = procedure(Sender: TObject;
|
||||
KeyChar: TUTF8Char;
|
||||
Shift: TShiftState) of object;
|
||||
TSynBaseCompletionSearchPosition = procedure(var Position :integer) of object;
|
||||
TSynBaseCompletionSearchPosition = procedure(var APosition :integer) of object;
|
||||
|
||||
TSynBaseCompletionForm = class;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user