@@ -153,13 +153,13 @@ OFMutableArray *_namespaces, *_attributes; OFString *_attributeName, *_attributePrefix; char _delimiter; OFMutableArray *_previous; size_t _level; - BOOL _acceptProlog; + bool _acceptProlog; size_t _lineNumber; - BOOL _lastCarriageReturn, _finishedParsing; + bool _lastCarriageReturn, _finishedParsing; of_string_encoding_t _encoding; size_t _depthLimit; } #ifdef OF_HAVE_PROPERTIES @@ -246,10 +246,10 @@ /*! * @brief Returns whether the XML parser has finished parsing. * * @return Whether the XML parser has finished parsing */ -- (BOOL)finishedParsing; +- (bool)finishedParsing; @end @interface OFObject (OFXMLParserDelegate) @end