summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSGlyphGenerator.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSGlyphGenerator.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
index 1fb6357a4c..dc8314aef0 100644
--- a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
+++ b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
@@ -1,14 +1,6 @@
{ Parsed from Appkit.framework NSGlyphGenerator.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
-{$ifdef HEADER}
-{$ifndef NSGLYPHGENERATOR_PAS_H}
-{$define NSGLYPHGENERATOR_PAS_H}
-type
- NSGlyphGeneratorPointer = Pointer;
-
-{$endif}
-{$endif}
{$ifdef TYPES}
{$ifndef NSGLYPHGENERATOR_PAS_T}
@@ -48,6 +40,7 @@ const
{$ifdef FORWARD}
NSGlyphStorageProtocol = objcprotocol;
NSGlyphGenerator = objcclass;
+ NSGlyphGeneratorPointer = ^NSGlyphGenerator;
{$endif}