Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
schani committed Oct 20, 2011
1 parent 054f09d commit f4cb124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLReader.h
Expand Up @@ -6,7 +6,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>




@interface XMLReader : NSObject @interface XMLReader : NSObject <NSXMLParserDelegate>
{ {
NSMutableArray *dictionaryStack; NSMutableArray *dictionaryStack;
NSMutableString *textInProgress; NSMutableString *textInProgress;
Expand Down

0 comments on commit f4cb124

Please sign in to comment.