Skip to content

Commit

Permalink
Fix for CPMutableDictionary not existing.
Browse files Browse the repository at this point in the history
Closes #13.

Reviewed by me.
  • Loading branch information
dwt authored and Francisco Tolmasky committed May 3, 2009
1 parent b28146a commit ad866e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Foundation/CPDictionary.j
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,13 @@

@end

/*!
This class is just an empty subclass of CPDictionary.
CPDictionary already implements mutable methods and
this class only exists for source compatability.
*/
@implementation CPMutableDictionary : CPDictionary

@end

objj_dictionary.prototype.isa = CPDictionary;

0 comments on commit ad866e4

Please sign in to comment.