Reorder one class member initialization line to fix a warning.

This commit is contained in:
fur%geocast.com 1999-12-18 15:47:20 +00:00
parent 8ee9698da7
commit 0c469bc6e4

View File

@ -57,9 +57,9 @@ static const int kMAX_HEADER_SIZE = 60000;
nsHTTPResponseListener::nsHTTPResponseListener(nsHTTPChannel* aConnection):
mResponse(nsnull),
mFirstLineParsed(PR_FALSE),
mHeadersDone(PR_FALSE),
mResponse(nsnull),
mBytesReceived(0)
{
NS_INIT_REFCNT();