@@ -79,11 +79,11 @@ if (object == nil) return NULL; #ifdef OF_OBJFW_RUNTIME - objc_zero_weak_references(object); + objc_zeroWeakReferences(object); #endif if (destructSelector == NULL) destructSelector = sel_registerName(".cxx_destruct");