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