Skip to content

Commit

Permalink
Fixed "missing" header file error when invoking OpenFeedback programa…
Browse files Browse the repository at this point in the history
…tically.
  • Loading branch information
tomaz authored and Tyler Hall committed Jul 21, 2010
1 parent 26a6e49 commit 996b84c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion OpenFeedback.h
Expand Up @@ -7,7 +7,8 @@
//

#import <Cocoa/Cocoa.h>
#import "OFController.h"

@class OFController;

@interface OpenFeedback : NSObject {
OFController *windowController;
Expand Down
1 change: 1 addition & 0 deletions OpenFeedback.m
Expand Up @@ -6,6 +6,7 @@
// Copyright 2009 Click On Tyler, LLC. All rights reserved.
//

#import "OFController.h"
#import "OpenFeedback.h"

static NSString *kGBLastCrashCheckTimeDefaultsKey = @"GBLastCrashCheckTime";
Expand Down
2 changes: 1 addition & 1 deletion OpenFeedback.xcodeproj/project.pbxproj
Expand Up @@ -29,7 +29,7 @@
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* OpenFeedback */;
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = OpenFeedback;
};
/* End PBXContainerItemProxy section */
Expand Down

0 comments on commit 996b84c

Please sign in to comment.