зеркало из https://github.com/mozilla/pjs.git
Re-order initializers to match class declarations (i.e. fix build warning).
This commit is contained in:
Родитель
5abcad12d8
Коммит
45016605a7
|
@ -67,9 +67,9 @@ PRLogModuleInfo* gFileTransportLog = nsnull;
|
|||
nsFileTransport::nsFileTransport()
|
||||
: mState(QUIESCENT),
|
||||
mSuspended(PR_FALSE),
|
||||
mMonitor(nsnull),
|
||||
mStatus(NS_OK),
|
||||
mOffset(0),
|
||||
mMonitor(nsnull),
|
||||
mBuffer(nsnull)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
|
Загрузка…
Ссылка в новой задаче