Skip to content

Commit

Permalink
Add a method declaration to PBGitRevSpecifier.h to silence a compiler…
Browse files Browse the repository at this point in the history
… warning.
  • Loading branch information
andreberg committed Apr 5, 2010
1 parent 8df20db commit ba63642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBGitRevSpecifier.h
Expand Up @@ -16,6 +16,7 @@
BOOL isSimpleRef;
}

- (id) initWithParameters:(NSArray *)params description:(NSString *)descrip;
- (id) initWithParameters:(NSArray*) params;
- (id) initWithRef: (PBGitRef*) ref;

Expand Down

0 comments on commit ba63642

Please sign in to comment.