mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:26:09 +02:00
* public added to TObject
This commit is contained in:
parent
fb5d979f58
commit
9138338d04
@ -99,6 +99,7 @@
|
||||
pstringmessagetable = ^tstringmessagetable;
|
||||
|
||||
tobject = class
|
||||
public
|
||||
{ please don't change the order of virtual methods, because }
|
||||
{ their vmt offsets are used by some assembler code which uses }
|
||||
{ hard coded addresses (FK) }
|
||||
@ -219,7 +220,10 @@
|
||||
end;
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 1999-08-09 22:20:03 peter
|
||||
Revision 1.5 1999-12-02 19:28:53 peter
|
||||
* public added to TObject
|
||||
|
||||
Revision 1.4 1999/08/09 22:20:03 peter
|
||||
* classes vmt changed to only positive addresses
|
||||
* sharedlib creation is working
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user