Skip to content

Commit 291a0a0

Browse files
author
Rob Rix
committed
Filter options have been renamed.
1 parent 99ccb2f commit 291a0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveGit/GTFilterList.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
/// The options for loading a filter list. See libgit2 for more information.
1616
typedef NS_OPTIONS(NSInteger, GTFilterListOptions) {
17-
GTFilterListOptionsDefault = GIT_FILTER_OPT_DEFAULT,
18-
GTFilterListOptionsAllowUnsafe = GIT_FILTER_OPT_ALLOW_UNSAFE,
17+
GTFilterListOptionsDefault = GIT_FILTER_DEFAULT,
18+
GTFilterListOptionsAllowUnsafe = GIT_FILTER_ALLOW_UNSAFE,
1919
};
2020

2121
/// An opaque list of filters that apply to a given path.

0 commit comments

Comments
 (0)