this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixing +load method call again

+1 -1
+1 -1
src/libobjcdarwin/ClassRegister.cpp
··· 75 75 UpdateSelectors(mh, slide); 76 76 UpdateCFStrings(mh); 77 77 78 - static SEL selInit = sel_getUid("init"); 78 + static SEL selInit = sel_getUid("load"); 79 79 while (!g_pendingInitClasses.empty()) 80 80 { 81 81 id c = (id) g_pendingInitClasses.front();