mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 12:49:12 +02:00
compiler: typo
git-svn-id: trunk@24441 -
This commit is contained in:
parent
5cd3f9d8fb
commit
714511a4d9
@ -1228,7 +1228,7 @@ implementation
|
||||
end;
|
||||
classrefdef,
|
||||
pointerdef:
|
||||
if is_objc_class_or_protocol(tabstractpointerdef(def).pointeddef) then
|
||||
if not is_objc_class_or_protocol(tabstractpointerdef(def).pointeddef) then
|
||||
write_rtti(tabstractpointerdef(def).pointeddef,rt);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user