diff dwt/internal/cocoa/NSGlyphGenerator.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
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSGlyphGenerator.d	Sat Aug 09 17:00:02 2008 +0200
+++ b/dwt/internal/cocoa/NSGlyphGenerator.d	Tue Aug 19 17:35:17 2008 +0200
@@ -34,8 +34,8 @@
 
     public void generateGlyphsForGlyphStorage (id glyphStorage, NSUInteger nChars, NSUInteger* glyphIndex, NSUInteger* charIndex)
     {
-        OS.objc_msgSend(this.id, OS.sel_generateGlyphsForGlyphStorage_1desiredNumberOfCharacters_1glyphIndex_1characterIndex_1,
-                glyphStorage !is null ? glyphStorage.id : null, nChars, glyphIndex, charIndex);
+        OS.objc_msgSend(this.id_, OS.sel_generateGlyphsForGlyphStorage_1desiredNumberOfCharacters_1glyphIndex_1characterIndex_1,
+                glyphStorage !is null ? glyphStorage.id_ : null, nChars, glyphIndex, charIndex);
     }
 
     public static id sharedGlyphGenerator ()