Build fix.

This commit is contained in:
Adrien Destugues 2014-12-09 17:30:55 +01:00
parent 7148abdcc2
commit 0fecd3e882
1 changed files with 1 additions and 1 deletions

View File

@ -248,8 +248,8 @@ BHttpForm::BHttpForm()
BHttpForm::BHttpForm(const BHttpForm& other)
:
fType(other.fType),
fFields(other.fFields),
fType(other.fType),
fMultipartBoundary(other.fMultipartBoundary)
{
}