facebookarchive / KVOController

Simple, modern, thread-safe key-value observing for iOS and OS X.
Other
7.34k stars 925 forks source link

Fixed compile error caused by conversion from const char * to char* #117

Closed nandor closed 8 years ago

nlutsenko commented 8 years ago

I am not sure why this is relevant though, since strchr returns char * Can you add more detail on the compile error that you are encountering?