Kaydet (Commit) 6746e3ac authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Fix build breaker

üst 34514849
......@@ -54,7 +54,7 @@ void SerfRequestProcessorImpl::activateChunkedEncoding()
mbUseChunkedEncoding = true;
}
const bool SerfRequestProcessorImpl::useChunkedEncoding() const
bool SerfRequestProcessorImpl::useChunkedEncoding() const
{
return mbUseChunkedEncoding;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment