diff --git a/ObjectiveGit/GTNote.h b/ObjectiveGit/GTNote.h index 01955057f..008b78a5a 100644 --- a/ObjectiveGit/GTNote.h +++ b/ObjectiveGit/GTNote.h @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// Content of the note. @property (nonatomic, readonly, strong) NSString *note; -@property (nonatomic, readonly, strong) GTObject *target; +@property (nonatomic, readonly, strong) GTOID *targetOID; /// The underlying `git_note` object. - (git_note *)git_note __attribute__((objc_returns_inner_pointer));