mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 04:51:15 +02:00
* non-resolved methods are not written. Mantis 13846(laz) / 14798(fpc)
git-svn-id: trunk@14115 -
This commit is contained in:
parent
62c1781bea
commit
e018effcd2
@ -953,7 +953,7 @@ begin
|
||||
if (not Handled) and
|
||||
(MethodValue.Code <> DefMethodValue.Code) and
|
||||
((not Assigned(MethodValue.Code)) or
|
||||
((Length(FLookupRoot.MethodName(MethodValue.Code)) >= 0))) then
|
||||
((Length(FLookupRoot.MethodName(MethodValue.Code)) > 0))) then
|
||||
begin
|
||||
Driver.BeginProperty(FPropPath + PPropInfo(PropInfo)^.Name);
|
||||
if Assigned(MethodValue.Code) then
|
||||
|
Loading…
Reference in New Issue
Block a user