comparison dwt/internal/objc/appkit/NSAttributedString.d @ 7:e831403a80a9

Add 'cast' to casts
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:30:35 +0200
parents 380af2bdd8e5
children 30a762abda2a
comparison
equal deleted inserted replaced
6:b903c16b6f48 7:e831403a80a9
9 9
10 import bindings = dwt.internal.objc.appkit.bindings; 10 import bindings = dwt.internal.objc.appkit.bindings;
11 11
12 template NSAttributedString () 12 template NSAttributedString ()
13 { 13 {
14 extern (C): 14 extern cast(C):
15 15
16 id* NSBackgroundColorAttributeName; 16 id* NSBackgroundColorAttributeName;
17 id* NSBaselineOffsetAttributeName; 17 id* NSBaselineOffsetAttributeName;
18 id* NSFontAttributeName; 18 id* NSFontAttributeName;
19 id* NSForegroundColorAttributeName; 19 id* NSForegroundColorAttributeName;