diff dwt/internal/cocoa/SWTTextView.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/SWTTextView.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/internal/cocoa/SWTTextView.d	Fri Oct 10 12:29:48 2008 +0200
@@ -29,6 +29,6 @@
     }
 
     public void setTag (NSInteger tag) {
-        OS.objc_msgSend(id, OS.sel_setTag_1, tag);
+        OS.objc_msgSend(id_, OS.sel_setTag_1, tag);
     }
 }