diff options
Diffstat (limited to 'packages/cocoaint/src/appkit/NSFormCell.inc')
| -rw-r--r-- | packages/cocoaint/src/appkit/NSFormCell.inc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cocoaint/src/appkit/NSFormCell.inc b/packages/cocoaint/src/appkit/NSFormCell.inc index b28bef0af1..9b5e7a0091 100644 --- a/packages/cocoaint/src/appkit/NSFormCell.inc +++ b/packages/cocoaint/src/appkit/NSFormCell.inc @@ -1,14 +1,6 @@ { Parsed from Appkit.framework NSFormCell.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 NSFORMCELL_PAS_H} -{$define NSFORMCELL_PAS_H} -type - NSFormCellPointer = Pointer; - -{$endif} -{$endif} {$ifdef TYPES} {$ifndef NSFORMCELL_PAS_T} @@ -40,6 +32,7 @@ type {$ifdef FORWARD} NSFormCell = objcclass; + NSFormCellPointer = ^NSFormCell; {$endif} |
