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:
parent
7e5dde96c3
commit
5df3ccb01a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user