reorder member initialization to quiet warning.

git-svn-id: svn://10.0.0.236/trunk@16210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
toshok%hungry.com 1998-12-11 02:39:50 +00:00
parent 59edc94473
commit c3757648b3

View File

@ -294,8 +294,8 @@ requestAddressToMethod(const void* inAddress, Int32& outOffset)
DebuggerClientChannel::
DebuggerClientChannel(PRFileDesc* inSync, PRFileDesc* inAsync) :
mAsync(inAsync),
mSync(inSync),
mAsync(inAsync),
mCompLoadHandler(0)
{
mLock = PR_NewLock();