mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 22:10:40 +02:00
Synedit: Refactor, move Caret to it's own class. (Just the first step) (added uses clause)
git-svn-id: trunk@17412 -
This commit is contained in:
parent
7d42cea472
commit
ca74c2d72b
@ -43,7 +43,7 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
LCLIntf, LCLType,
|
||||
LCLIntf, LCLType, LCLProc,
|
||||
{$ELSE}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user