SynEdit: Fixed compiler warning

git-svn-id: trunk@19210 -
This commit is contained in:
martin 2009-04-03 19:45:47 +00:00
parent 3ce3002123
commit 40bea9841d

View File

@ -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