Skip to content

Commit d70d7f4

Browse files
author
Ben Chatelain
committed
nullable index
1 parent 4060802 commit d70d7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTIndexEntry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ NS_ASSUME_NONNULL_BEGIN
5252
/// error - will be filled if an error occurs
5353
///
5454
/// Returns the initialized object.
55-
- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry index:(GTIndex *)index error:(NSError **)error NS_DESIGNATED_INITIALIZER;
55+
- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry index:(nullable GTIndex *)index error:(NSError **)error NS_DESIGNATED_INITIALIZER;
5656
- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry;
5757

5858
/// The underlying `git_index_entry` object.

0 commit comments

Comments
 (0)