Skip to content

Commit

Permalink
Fixed pre Xcode-4.4 compiler warning. Closes #223
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 21, 2012
1 parent 9ab8427 commit 8d5d173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Source/DTHTMLParser.m
Expand Up @@ -172,6 +172,7 @@ @implementation DTHTMLParser
htmlSAXHandler _handler;

NSData *_data;
NSStringEncoding _encoding;

__unsafe_unretained id <DTHTMLParserDelegate> _delegate;
htmlParserCtxtPtr _parserContext;
Expand Down Expand Up @@ -403,5 +404,7 @@ - (NSString *)publicID


@synthesize parserError = _parserError;
@synthesize encoding = _encoding;


@end

0 comments on commit 8d5d173

Please sign in to comment.