mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:39:26 +02:00
* TVMTBuilder.build_interface_mappings does not need to be public (based on patch by Blaise.ru)
git-svn-id: trunk@43673 -
This commit is contained in:
parent
8c2aa32683
commit
a6354741e6
@ -47,10 +47,10 @@ interface
|
||||
procedure intf_optimize_vtbls;
|
||||
procedure intf_allocate_vtbls;
|
||||
procedure generate_vmt_def;
|
||||
procedure build_interface_mappings;
|
||||
public
|
||||
constructor create(c:tobjectdef);
|
||||
procedure generate_vmt;
|
||||
procedure build_interface_mappings;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user