Pārlūkot izejas kodu

* corrected performSelector_withObject_withObject_ method name (added
ending _)

git-svn-id: branches/objc@13592 -

Jonas Maebe 16 gadi atpakaļ
vecāks
revīzija
4f3aa80b4d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      rtl/inc/objcbase.pp

+ 2 - 2
rtl/inc/objcbase.pp

@@ -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';
 
 
@@ -65,7 +65,7 @@ type
     function autorelease: id; message 'autorelease';
     function autorelease: id; message 'autorelease';
     function retainCount: cint; message 'retainCount';
     function retainCount: cint; message 'retainCount';
 
 
-     function description: {NSString} id; message 'description';
+    function description: {NSString} id; message 'description';
   end; external name 'NSObject';
   end; external name 'NSObject';