diff dwt/internal/mozilla/imgIContainerObserver.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
line wrap: on
line diff
--- a/dwt/internal/mozilla/imgIContainerObserver.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/imgIContainerObserver.d	Fri Oct 31 21:46:44 2008 -0700
@@ -13,13 +13,12 @@
   {0x53102f15, 0x0f53, 0x4939, 
     [ 0x95, 0x7e, 0xae, 0xa3, 0x53, 0xad, 0x27, 0x00 ]};
 
-//extern(System)
-
 interface imgIContainerObserver : nsISupports {
 
   static const char[] IID_STR = IMGICONTAINEROBSERVER_IID_STR;
   static const nsIID IID = IMGICONTAINEROBSERVER_IID;
 
+extern(System):
   nsresult FrameChanged(imgIContainer aContainer, gfxIImageFrame aFrame, nsIntRect * aDirtyRect);
 
 }