Fix build.

This commit is contained in:
Adrien Destugues
2014-04-12 09:32:43 +02:00
parent 9b1f41b9c1
commit 4991d3fb52
+1 -1
View File
@@ -68,7 +68,7 @@ BHttpRequest::BHttpRequest(const BHttpRequest& other)
fOptHeaders(NULL),
fOptPostFields(NULL),
fOptInputData(NULL),
fOptInputDataSize(NULL),
fOptInputDataSize(0),
fOptRangeStart(other.fOptRangeStart),
fOptRangeEnd(other.fOptRangeEnd),
fOptFollowLocation(other.fOptFollowLocation)