comparison dwt/internal/cocoa/NSQuickDrawView.d @ 1:8b48be5454ce

The internal cocoa classes compile now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 19 Aug 2008 17:35:17 +0200
parents 380af2bdd8e5
children f565d3a95c0a
comparison
equal deleted inserted replaced
0:380af2bdd8e5 1:8b48be5454ce
30 super(id); 30 super(id);
31 } 31 }
32 32
33 public void* qdPort () 33 public void* qdPort ()
34 { 34 {
35 return cast(void*) OS.objc_msgSend(this.id, OS.sel_qdPort); 35 return cast(void*) OS.objc_msgSend(this.id_, OS.sel_qdPort);
36 } 36 }
37 37
38 } 38 }