* Added missing "override" directive for XML node dump routine on TDerefNode

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2024-03-12 02:28:18 +00:00 committed by FPK
parent afea558fbe
commit 4378319f87

View File

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