mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:08:52 +02:00
* Added missing "override" directive for XML node dump routine on TDerefNode
This commit is contained in:
parent
afea558fbe
commit
4378319f87
@ -119,7 +119,7 @@ interface
|
||||
function pass_typecheck:tnode;override;
|
||||
procedure mark_write;override;
|
||||
{$ifdef DEBUG_NODE_XML}
|
||||
procedure XMLPrintNodeInfo(var T: Text);
|
||||
procedure XMLPrintNodeInfo(var T: Text); override;
|
||||
{$endif DEBUG_NODE_XML}
|
||||
end;
|
||||
tderefnodeclass = class of tderefnode;
|
||||
|
Loading…
Reference in New Issue
Block a user