Skip to content

Commit

Permalink
Fixed the parserError property declaration -- was using an older vers…
Browse files Browse the repository at this point in the history
…ion of NS_NONATOMIC_IPHONEONLY.
  • Loading branch information
AlanQuatermain committed May 15, 2009
1 parent c44389b commit 2be1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreamingXMLParser/AQXMLParser.h
Expand Up @@ -82,7 +82,7 @@ extern NSString * const AQXMLParserParsingRunLoopMode;
selector: (SEL) completionSelector
context: (void *) contextPtr;

@property NS_NONATOMIC_IPHONEONLY(readonly) NSError * parserError;
@property (NS_NONATOMIC_IPHONEONLY readonly) NSError * parserError;

@end

Expand Down

0 comments on commit 2be1f6e

Please sign in to comment.