Skip to content

Commit ab9306a

Browse files
committed
Incorrect property specifier
1 parent 3758d05 commit ab9306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Views/PBGitRevisionCell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
2424
- (NSRect) rectAtIndex:(int)index;
2525
- (void) drawLabelAtIndex:(int)index inRect:(NSRect)rect;
2626

27-
@property (copy) PBGitCommit* objectValue;
27+
@property (strong) PBGitCommit *objectValue;
2828

2929
@end
3030

0 commit comments

Comments
 (0)