Skip to content

Commit

Permalink
Fix NI_WEAK.
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Nov 14, 2012
1 parent 544bcee commit 4f2a408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/NIPreprocessorMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ NI_FIX_CATEGORY_BUG(UIViewController_MyCustomCategory);
#define NI_WEAK weak
#define NI_STRONG strong
#elif defined(__has_feature) && __has_feature(objc_arc)
#define NI_WEAK __unsafe_unretained
#define NI_WEAK unsafe_unretained
#define NI_STRONG retain
#else
#define NI_WEAK assign
Expand Down

0 comments on commit 4f2a408

Please sign in to comment.