mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* Fixed missing defineproperties
git-svn-id: trunk@10579 -
This commit is contained in:
parent
046fb5baf4
commit
9877763599
@ -586,6 +586,7 @@ begin
|
||||
WriteProperty(Instance,PropList^[i]);
|
||||
Freemem(PropList);
|
||||
end;
|
||||
Instance.DefineProperties(Self);
|
||||
end;
|
||||
|
||||
procedure TWriter.WriteProperty(Instance: TPersistent; PropInfo: Pointer);
|
||||
|
Loading…
Reference in New Issue
Block a user