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:
wp_xxyyzz 2020-07-29 08:26:33 +00:00
parent 7e5dde96c3
commit 5df3ccb01a

View File

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