@@ -32,11 +32,11 @@ * @brief Initializes the object with the specified XML element serialization. * * @param element An OFXMLElement with the serialized object * @return An initialized object */ -- initWithSerialization: (OFXMLElement *)element; +- (instancetype)initWithSerialization: (OFXMLElement *)element; /*! * @brief Serializes the object into an XML element. * * @return The object serialized into an XML element