diff --git a/src/kits/network/libnetapi/HttpForm.cpp b/src/kits/network/libnetapi/HttpForm.cpp index 7d229cf65d..cfebcbd5bc 100644 --- a/src/kits/network/libnetapi/HttpForm.cpp +++ b/src/kits/network/libnetapi/HttpForm.cpp @@ -248,8 +248,8 @@ BHttpForm::BHttpForm() BHttpForm::BHttpForm(const BHttpForm& other) : - fType(other.fType), fFields(other.fFields), + fType(other.fType), fMultipartBoundary(other.fMultipartBoundary) { }