diff options
Diffstat (limited to 'packages/cocoaint/src/foundation/NSMethodSignature.inc')
| -rw-r--r-- | packages/cocoaint/src/foundation/NSMethodSignature.inc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cocoaint/src/foundation/NSMethodSignature.inc b/packages/cocoaint/src/foundation/NSMethodSignature.inc index 179892b309..d695d8e061 100644 --- a/packages/cocoaint/src/foundation/NSMethodSignature.inc +++ b/packages/cocoaint/src/foundation/NSMethodSignature.inc @@ -1,14 +1,6 @@ { Parsed from Foundation.framework NSMethodSignature.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:06 ICT 2009 } -{$ifdef HEADER} -{$ifndef NSMETHODSIGNATURE_PAS_H} -{$define NSMETHODSIGNATURE_PAS_H} -type - NSMethodSignaturePointer = Pointer; - -{$endif} -{$endif} {$ifdef TYPES} {$ifndef NSMETHODSIGNATURE_PAS_T} @@ -40,6 +32,7 @@ type {$ifdef FORWARD} NSMethodSignature = objcclass; + NSMethodSignaturePointer = ^NSMethodSignature; {$endif} |
