Build fix.
This commit is contained in:
parent
7148abdcc2
commit
0fecd3e882
@ -248,8 +248,8 @@ BHttpForm::BHttpForm()
|
||||
|
||||
BHttpForm::BHttpForm(const BHttpForm& other)
|
||||
:
|
||||
fType(other.fType),
|
||||
fFields(other.fFields),
|
||||
fType(other.fType),
|
||||
fMultipartBoundary(other.fMultipartBoundary)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user