mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* fixed check for objc-methods passed to selector()
git-svn-id: trunk@12871 -
This commit is contained in:
parent
6165536b5e
commit
b1c32d899b
@ -121,7 +121,7 @@ function tobjcselectornode.pass_typecheck: tnode;
|
||||
loadn:
|
||||
begin
|
||||
if (left.resultdef.typ=procdef) and
|
||||
(po_objc in tprocdef(procdef).procoptions) then
|
||||
(po_objc in tprocdef(left.resultdef).procoptions) then
|
||||
begin
|
||||
{ ok }
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user