diff dwt/internal/mozilla/nsIDOMEvent.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 942da4b6558a
children 676785ef6d24
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIDOMEvent.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIDOMEvent.d	Fri Oct 31 21:46:44 2008 -0700
@@ -21,6 +21,7 @@
   static const char[] IID_STR = NS_IDOMEVENT_IID_STR;
   static const nsIID IID = NS_IDOMEVENT_IID;
 
+extern(System):
   enum { CAPTURING_PHASE = 1U };
   enum { AT_TARGET = 2U };
   enum { BUBBLING_PHASE = 3U };