diff dwt/internal/cocoa/NSText.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents f565d3a95c0a
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSText.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/internal/cocoa/NSText.d	Fri Oct 10 12:29:48 2008 +0200
@@ -147,7 +147,7 @@
         OS.objc_msgSend(this.id_, OS.sel_cut_1, sender !is null ? sender.id_ : null);
     }
 
-    public id delegatee ()
+    public id delegate_ ()
     {
         objc.id result = OS.objc_msgSend(this.id_, OS.sel_delegate);
         return result !is null ? new id(result) : null;