diff dwt/browser/Mozilla.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents e831403a80a9
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/browser/Mozilla.d	Sun Sep 14 23:32:29 2008 +0200
+++ b/dwt/browser/Mozilla.d	Tue Oct 07 12:56:18 2008 +0200
@@ -1236,7 +1236,7 @@
         error (rc);
     }
 
-    delegate.init ();
+    delegate_.init_ ();
 
     listener = new Listener () {
         public void handleEvent (Event event) {