Skip to content

Commit

Permalink
fix coreplot incompatibility with Xcode 7.3 (remove __weak)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panupat Patramool committed Jun 16, 2016
1 parent 5bfabdd commit 4dd5513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Binaries/iOS/CorePlotHeaders/CPTDefinitions.h
Expand Up @@ -34,7 +34,7 @@
#endif

#if CPT_SDK_SUPPORTS_WEAK
#define __cpt_weak __weak
#define __cpt_weak
#define cpt_weak_property weak
#else
#if __clang__ && (__clang_major__ >= 3)
Expand Down

0 comments on commit 4dd5513

Please sign in to comment.