Skip to content

Commit

Permalink
use @dynamic rather than @synthesize when manually implementing sette…
Browse files Browse the repository at this point in the history
…r (reported by Andy Warwick)
  • Loading branch information
stig committed Dec 31, 2010
1 parent 1754451 commit 4216fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/SBJsonStreamParser.m
Expand Up @@ -40,7 +40,7 @@ @implementation SBJsonStreamParser
@synthesize multi;
@synthesize error;
@synthesize delegate;
@synthesize maxDepth;
@dynamic maxDepth;
@synthesize states;
@synthesize depth;

Expand Down

0 comments on commit 4216fd0

Please sign in to comment.