mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:49:15 +02:00
* corrected performSelector_withObject_withObject_ method name (added
ending _) git-svn-id: branches/objc@13592 -
This commit is contained in:
parent
666f345df4
commit
4f3aa80b4d
@ -50,7 +50,7 @@ type
|
|||||||
|
|
||||||
function performSelector_(aSelector: SEL): id; message 'performSelector:';
|
function performSelector_(aSelector: SEL): id; message 'performSelector:';
|
||||||
function performSelector_withObject_(aSelector: SEL; obj: id): id; message 'performSelector:withObject:';
|
function performSelector_withObject_(aSelector: SEL; obj: id): id; message 'performSelector:withObject:';
|
||||||
function performSelector_withObject_withObject(aSelector: SEL; obj1, obj2: id): id; message 'performSelector:withObject:withObject:';
|
function performSelector_withObject_withObject_(aSelector: SEL; obj1, obj2: id): id; message 'performSelector:withObject:withObject:';
|
||||||
|
|
||||||
function isProxy: boolean; message 'isProxy';
|
function isProxy: boolean; message 'isProxy';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user