You've already forked lazarus-ccr
fpspreadsheet: Add missing "override" to TsMetaData.Destroy
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7585 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -977,7 +977,7 @@ type
|
||||
FKeywords: TStrings;
|
||||
public
|
||||
constructor Create;
|
||||
destructor Destroy;
|
||||
destructor Destroy; override;
|
||||
function IsEmpty: Boolean;
|
||||
property CreatedBy: String read FCreatedBy write FCreatedBy;
|
||||
property LastModifiedBy: String read FLastModifiedBy write FLastModifiedBy;
|
||||
|
Reference in New Issue
Block a user