@@ -95,21 +95,21 @@ * * See printf for the format syntax. * * \param format A format string which generates the string to append */ -- (void)appendFormat: (OFString*)format, ...; +- (void)appendFormat: (OFConstantString*)format, ...; /** * \brief Appends a formatted string to the OFMutableString. * * See printf for the format syntax. * * \param format A format string which generates the string to append * \param arguments The arguments used in the format string */ -- (void)appendFormat: (OFString*)format +- (void)appendFormat: (OFConstantString*)format withArguments: (va_list)arguments; /** * \brief Prepends another OFString to the OFMutableString. *