quinntaylor / CHDataStructures

An Objective-C library of data structures, such as deque, heap, linked list, queue, stack, and tree.
Other
387 stars 78 forks source link

Fixes static analyzer complaints about CHDictionaryDescription #2

Closed martijnthe closed 9 years ago

martijnthe commented 11 years ago

I changed the implementation of CHDictionaryDescription to actually return a copy of the description. It is supposed to do this according to the API. I also changed the name of the function so it matches the naming conventions that the static analyzer expects.