summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2009-08-14 16:14:55 +0000
committerKevin Barnes <krbarnes>2009-08-14 16:14:55 +0000
commit6f8a3a49698f012b13f2b2f0ad6e5e7fd7112668 (patch)
treedeb078e844b44a36ee0941634c8dd355f9b79f1f
parentf7d4957b72a54ea9819347dce3e2bbe7d1712a8b (diff)
downloadeclipse.platform.swt-6f8a3a49698f012b13f2b2f0ad6e5e7fd7112668.tar.gz
eclipse.platform.swt-6f8a3a49698f012b13f2b2f0ad6e5e7fd7112668.tar.xz
eclipse.platform.swt-6f8a3a49698f012b13f2b2f0ad6e5e7fd7112668.zip
/*long*/
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
index 62c1937792..99465f9402 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
@@ -338,7 +338,7 @@ public void clearSelection () {
}
}
-void comboBoxSelectionDidChange(int id, int sel, int arg0) {
+void comboBoxSelectionDidChange(int /*long*/ id, int /*long*/ sel, int /*long*/ arg0) {
if (!ignoreSelection) {
NSComboBox widget = (NSComboBox)view;
widget.selectItemAtIndex(widget.indexOfSelectedItem());