diff options
Diffstat (limited to 'packages/cocoaint/src/appkit/NSImageCell.inc')
| -rw-r--r-- | packages/cocoaint/src/appkit/NSImageCell.inc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cocoaint/src/appkit/NSImageCell.inc b/packages/cocoaint/src/appkit/NSImageCell.inc index ee1a6177e7..2b9269d12f 100644 --- a/packages/cocoaint/src/appkit/NSImageCell.inc +++ b/packages/cocoaint/src/appkit/NSImageCell.inc @@ -1,14 +1,6 @@ { Parsed from Appkit.framework NSImageCell.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 NSIMAGECELL_PAS_H} -{$define NSIMAGECELL_PAS_H} -type - NSImageCellPointer = Pointer; - -{$endif} -{$endif} {$ifdef TYPES} {$ifndef NSIMAGECELL_PAS_T} @@ -65,6 +57,7 @@ type {$ifdef FORWARD} NSImageCell = objcclass; + NSImageCellPointer = ^NSImageCell; {$endif} |
