comparison dwt/internal/cocoa/id.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
21 21
22 public this () 22 public this ()
23 { 23 {
24 } 24 }
25 25
26 public this (objc.id id_) 26 public this (objc.id id)
27 { 27 {
28 this.id_ = id_; 28 this.id_ = id;
29 } 29 }
30 } 30 }