mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
IDE: less hints
git-svn-id: trunk@64682 -
This commit is contained in:
parent
f45d7ed2c4
commit
388532a797
@ -1591,6 +1591,8 @@ begin
|
||||
Pointer(Pointer(NewVMT)+vmtMethodStart)^,
|
||||
vmtTailSize);
|
||||
|
||||
//debugln(['TJITComponentList.CreateNewJITClass AncestorClass=',AncestorClass.ClassName,' NewClassName=',NewClassName,' NewUnitName=',NewUnitName,' vmtTailSize=',vmtTailSize]);
|
||||
|
||||
// override 'ValidateRename' for TComponent descendants
|
||||
if AncestorClass.InheritsFrom(TComponent) then begin
|
||||
PPointer(Pointer(NewVMT)+TComponentValidateRenameOffset)^:=
|
||||
|
Loading…
Reference in New Issue
Block a user