summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSGradient.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSGradient.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSGradient.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cocoaint/src/appkit/NSGradient.inc b/packages/cocoaint/src/appkit/NSGradient.inc
index 7018b2dfe5..43a3b16ab4 100644
--- a/packages/cocoaint/src/appkit/NSGradient.inc
+++ b/packages/cocoaint/src/appkit/NSGradient.inc
@@ -1,14 +1,6 @@
{ Parsed from Appkit.framework NSGradient.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
-{$ifdef HEADER}
-{$ifndef NSGRADIENT_PAS_H}
-{$define NSGRADIENT_PAS_H}
-type
- NSGradientPointer = Pointer;
-
-{$endif}
-{$endif}
{$ifdef TYPES}
{$ifndef NSGRADIENT_PAS_T}
@@ -50,6 +42,7 @@ const
{$ifdef FORWARD}
NSGradient = objcclass;
+ NSGradientPointer = ^NSGradient;
{$endif}