We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb5c4d commit 988b105Copy full SHA for 988b105
PBGitLane.h
@@ -33,7 +33,7 @@ class PBGitLane {
33
d_index = s_colorIndex++;
34
}
35
36
- bool PBGitLane::isCommit(git_oid *sha) const
+ bool isCommit(git_oid *sha) const
37
{
38
return !git_oid_cmp(&d_sha, sha);
39
PBGitRevisionCell.h
@@ -13,7 +13,7 @@
13
#import "PBRefContextDelegate.h"
14
15
@interface PBGitRevisionCell : NSActionCell {
16
- id objectValue;
+ PBGitCommit *objectValue;
17
PBGraphCellInfo *cellInfo;
18
NSTextFieldCell *textCell;
19
IBOutlet PBGitHistoryController *controller;
0 commit comments