Skip to content

Commit

Permalink
Fixed build errors on device compiles
Browse files Browse the repository at this point in the history
git-svn-id: http://simple-iphone-image-processing.googlecode.com/svn/trunk@11 f0a95276-1093-11de-b0d4-7fec019aa467
  • Loading branch information
cmgreening committed Apr 15, 2009
1 parent 52fe57f commit 6ab7de7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Classes/Region.h
Expand Up @@ -7,7 +7,14 @@
//

#import <Foundation/Foundation.h>
#import <CoreGraphics/CGGeometry.h>
#import <UIKit/UIGeometry.h>

typedef CGPoint NSPoint;
typedef CGRect NSRect;
#define NSMakePoint CGPointMake
#define pointValue CGPointValue
#define valueWithPoint valueWithCGPoint

@interface Region : NSObject {
NSMutableArray* points;
Expand Down

0 comments on commit 6ab7de7

Please sign in to comment.