mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
+ add a comment to the destructor of tsymtable so that others (and maybe me a well) will hopefully see that the destructor of that class is not completely trivial!
git-svn-id: trunk@39694 -
This commit is contained in:
parent
072699d38a
commit
70ae0a2dc9
@ -104,6 +104,7 @@ interface
|
||||
sealed : boolean;
|
||||
symtabletype : TSymtabletype;
|
||||
constructor Create(const s:string);
|
||||
{ attention: only execute the a child's destructor if refcount is 1! }
|
||||
destructor destroy;override;
|
||||
procedure freeinstance;override;
|
||||
function getcopy:TSymtable;
|
||||
|
Loading…
Reference in New Issue
Block a user