summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSEPSImageRep.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSEPSImageRep.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSEPSImageRep.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/cocoaint/src/appkit/NSEPSImageRep.inc b/packages/cocoaint/src/appkit/NSEPSImageRep.inc
index 834e2d61b7..8cb4edf431 100644
--- a/packages/cocoaint/src/appkit/NSEPSImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSEPSImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSEPSImageRep.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 }
{$ifdef HEADER}
{$ifndef NSEPSIMAGEREP_PAS_H}
@@ -32,8 +32,8 @@ type
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
-{$ifndef NSEPSIMAGEREP_PAS_T}
-{$define NSEPSIMAGEREP_PAS_T}
+{$ifndef NSEPSIMAGEREP_PAS_S}
+{$define NSEPSIMAGEREP_PAS_S}
{$endif}
{$endif}
@@ -57,7 +57,7 @@ type
public
class function alloc: NSEPSImageRep; message 'alloc';
- class function imageRepWithData_initWithData(epsData: NSData): id; message 'imageRepWithData:';
+ class function imageRepWithData(epsData: NSData): id; message 'imageRepWithData:';
function initWithData(epsData: NSData): id; message 'initWithData:';
procedure prepareGState; message 'prepareGState';
function EPSRepresentation: NSData; message 'EPSRepresentation';