@@ -73,11 +73,11 @@ * @param encoding The encoding of the specified file * * @return An initialized OFINIFile with the contents of the specified file */ - initWithPath: (OFString *)path - encoding: (of_string_encoding_t)encoding; + encoding: (of_string_encoding_t)encoding OF_DESIGNATED_INITIALIZER; /*! * @brief Returns an @ref OFINICategory for the category with the specified * name. *