#3282: Update constant in setContentType documentation

This commit is contained in:
Günter Obiltschnig 2021-06-15 09:05:52 +02:00
parent 73ee047a37
commit d1e9452414

View File

@ -102,7 +102,7 @@ public:
void setContentType(const std::string& mediaType); void setContentType(const std::string& mediaType);
/// Sets the content type for this message. /// Sets the content type for this message.
/// ///
/// Specify NO_CONTENT_TYPE to remove the /// Specify UNKNOWN_CONTENT_TYPE to remove the
/// Content-Type header. /// Content-Type header.
void setContentType(const MediaType& mediaType); void setContentType(const MediaType& mediaType);