@@ -221,11 +221,11 @@ } - initWithObjects: (OFArray*)objects_ forKeys: (OFArray*)keys_ { - id *objects, *keys; + id const *objects, *keys; size_t count; @try { count = [objects_ count];