Fix build warnings.

git-svn-id: svn://10.0.0.236/trunk@39767 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
1999-07-16 22:00:52 +00:00
parent 3cf26e3726
commit 9111f2aaa0
3 changed files with 12 additions and 12 deletions

View File

@@ -30,8 +30,8 @@
// nsXPIDLString
nsXPIDLString::nsXPIDLString()
: mBufOwner(PR_FALSE),
mBuf(0)
: mBuf(0),
mBufOwner(PR_FALSE)
{
}
@@ -106,8 +106,8 @@ nsXPIDLString::StartAssignmentByReference()
// nsXPIDLCString
nsXPIDLCString::nsXPIDLCString()
: mBufOwner(PR_FALSE),
mBuf(0)
: mBuf(0),
mBufOwner(PR_FALSE)
{
}