mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Fix compilation warnings
This commit is contained in:
@@ -14,15 +14,11 @@
|
||||
PBGitRevList* revisionList;
|
||||
}
|
||||
|
||||
+ (void) setGitPath;
|
||||
|
||||
+ (PBGitRepository*) repositoryWithPath:(NSString*) path;
|
||||
- (PBGitRepository*) initWithPath:(NSString*) path;
|
||||
|
||||
- (NSFileHandle*) handleForCommand:(NSString*) cmd;
|
||||
- (NSFileHandle*) handleForArguments:(NSArray*) args;
|
||||
- (void) initializeCommits;
|
||||
- (void) addCommit: (id)obj;
|
||||
|
||||
@property (copy) NSString* path;
|
||||
@property (readonly) PBGitRevList* revisionList;
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
|
||||
@implementation PBGitRepository
|
||||
|
||||
@synthesize path;
|
||||
@synthesize path, revisionList;
|
||||
static NSString* gitPath;
|
||||
|
||||
+ (void) initialize
|
||||
|
||||
Reference in New Issue
Block a user