Skip to content

Commit

Permalink
Add note about issue #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
psineur committed Jan 14, 2012
1 parent d4a922e commit a65b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoMagicCoding/NSObject+AutoMagicCoding.m
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ - (NSDictionary *) dictionaryRepresentation
{
// Save our current isa, to restore it after using valueForKey:, cause
// it can corrupt it sometimes (sic!), when getting ccColor3B struct via
// property/method.
// property/method. (Issue #19)
Class oldIsa = [self valueForKey:@"isa"];

// Get value with KVC as usual.
Expand Down

0 comments on commit a65b534

Please sign in to comment.