Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2009-03-06 15:17:18 +0000
committerSilenio Quarti2009-03-06 15:17:18 +0000
commit3018bb0563590370d956610d73e6107497b573e4 (patch)
tree2122c5151da4ad92237bf24469a5f7c7f27aba62 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
parentf4c5abfb5e1f56f1f989b439ee842f97d6fad75f (diff)
downloadeclipse.platform.swt-3018bb0563590370d956610d73e6107497b573e4.tar.gz
eclipse.platform.swt-3018bb0563590370d956610d73e6107497b573e4.tar.xz
eclipse.platform.swt-3018bb0563590370d956610d73e6107497b573e4.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
index e485555ffd..4a68268d5e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
@@ -2236,9 +2236,9 @@
<arg name="range"></arg>
<retval></retval>
</method>
-<method selector="indexOfObjectIdenticalTo:">
-<arg name="anObject"></arg>
-<retval></retval>
+<method selector="indexOfObjectIdenticalTo:" swt_gen="true">
+<arg name="anObject" swt_gen="true"></arg>
+<retval swt_gen="true"></retval>
</method>
<method selector="indexOfObjectIdenticalTo:inRange:">
<arg name="anObject"></arg>

Back to the top