comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/LineStyleEvent.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents f713da8bc051
children
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
85 * line bullet index (output) 85 * line bullet index (output)
86 * @since 3.2 86 * @since 3.2
87 */ 87 */
88 public int bulletIndex; 88 public int bulletIndex;
89 89
90 static final long serialVersionUID = 3906081274027192884L; 90 static const long serialVersionUID = 3906081274027192884L;
91 91
92 /** 92 /**
93 * Constructs a new instance of this class based on the 93 * Constructs a new instance of this class based on the
94 * information in the given event. 94 * information in the given event.
95 * 95 *