mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:19:14 +02:00
* override twasmnodeutils.InsertObjectInfo
This commit is contained in:
parent
a3666aa8c9
commit
459bb0fa18
@ -33,10 +33,19 @@ interface
|
|||||||
{ twasmnodeutils }
|
{ twasmnodeutils }
|
||||||
|
|
||||||
twasmnodeutils = class(tnodeutils)
|
twasmnodeutils = class(tnodeutils)
|
||||||
|
public
|
||||||
|
class procedure InsertObjectInfo; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{ twasmnodeutils }
|
||||||
|
|
||||||
|
class procedure twasmnodeutils.InsertObjectInfo;
|
||||||
|
begin
|
||||||
|
inherited;
|
||||||
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
cnodeutils:=twasmnodeutils;
|
cnodeutils:=twasmnodeutils;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user