comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/LocationEvent.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 f589fc20a5f9
children 536e43f63c81
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
41 * A flag indicating whether the location loading should be allowed. 41 * A flag indicating whether the location loading should be allowed.
42 * Setting this field to <code>false</code> will cancel the operation. 42 * Setting this field to <code>false</code> will cancel the operation.
43 */ 43 */
44 public bool doit; 44 public bool doit;
45 45
46 static final long serialVersionUID = 3906644198244299574L; 46 static const long serialVersionUID = 3906644198244299574L;
47 47
48 this(Widget w) { 48 this(Widget w) {
49 super(w); 49 super(w);
50 } 50 }
51 51