Adjust to ObjFW changes
This commit is contained in:
parent
73d3bca240
commit
5fa8b0b9b3
51 changed files with 935 additions and 859 deletions
|
@ -29,14 +29,14 @@
|
|||
#import <ObjFW/OFMalformedXMLException.h>
|
||||
|
||||
@implementation XMPPXMLElementBuilder
|
||||
- (void)parser: (OFXMLParser*)parser
|
||||
foundProcessingInstructions: (OFString*)pi
|
||||
- (void)parser: (OFXMLParser *)parser
|
||||
foundProcessingInstructions: (OFString *)pi
|
||||
{
|
||||
@throw [OFMalformedXMLException exception];
|
||||
}
|
||||
|
||||
- (void)parser: (OFXMLParser*)parser
|
||||
foundComment: (OFString*)comment
|
||||
- (void)parser: (OFXMLParser *)parser
|
||||
foundComment: (OFString *)comment
|
||||
{
|
||||
@throw [OFMalformedXMLException exception];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue