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