Correct method declaration ( specify "override")

fix warning

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@604 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-11-19 10:38:29 +00:00
parent efc79ebb36
commit f8f72633af
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ type
const AName : string;
AIntf : TPasClassType;
AParent: TPasElement
);
);reintroduce;
destructor Destroy();override;
property Intf : TPasClassType read FIntf;
property Address : string read FAddress write FAddress;

View File

@ -183,7 +183,7 @@ type
procedure HandleTypeUsage(
ATargetNode,
ASchemaNode : TDOMElement
);
);override;
end;
{$IFDEF WST_UNICODESTRING}