mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 11:49:28 +02:00
SynEdit: Fixed compiler warning
git-svn-id: trunk@19210 -
This commit is contained in:
parent
3ce3002123
commit
40bea9841d
@ -86,11 +86,11 @@ type
|
||||
function GetString(Index: Integer): String;
|
||||
procedure SetAttribute(Index: Integer; Pos: Integer; Size: Word; const AValue: Pointer);
|
||||
procedure SetAttributeSize(const AValue: Integer);
|
||||
procedure SetCount(const AValue: Integer); override;
|
||||
procedure SetObject(Index: Integer; const AValue: TObject);
|
||||
procedure SetRangeList(const AValue: TSynEditStorageMem);
|
||||
procedure SetString(Index: Integer; const AValue: String);
|
||||
protected
|
||||
procedure SetCount(const AValue: Integer); override;
|
||||
function ItemSize: Integer; override;
|
||||
procedure SetCapacity(const AValue: Integer); override;
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user