mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Solved compilation warnings
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
return commands;
|
||||
}
|
||||
|
||||
+ (NSArray *) commandsForObject:(NSObject *) object repository:(PBGitRepository *) repository {
|
||||
+ (NSArray *) commandsForObject:(id<PBPresentable>) object repository:(PBGitRepository *) repository {
|
||||
if ([object isKindOfClass:[PBGitSubmodule class]]) {
|
||||
return [PBRemoteCommandFactory commandsForSubmodule:(id)object inRepository:repository];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user