mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
pastojs: fixes filer class helper
git-svn-id: trunk@41824 -
This commit is contained in:
parent
1a5faf1cc3
commit
2ee6f2c7d4
@ -3465,7 +3465,7 @@ begin
|
||||
// AncestorScope can be derived from DirectAncestor
|
||||
// CanonicalClassOf is autogenerated
|
||||
CanonicalClassOf:=Scope.CanonicalClassOf;
|
||||
if aClass.ObjKind=okClass then
|
||||
if aClass.ObjKind in ([okClass]+okAllHelpers) then
|
||||
begin
|
||||
if CanonicalClassOf=nil then
|
||||
RaiseMsg(20180217143821,aClass);
|
||||
|
Loading…
Reference in New Issue
Block a user