initialize member variables to 0

git-svn-id: svn://10.0.0.236/trunk@9833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com 1998-09-11 09:13:02 +00:00
parent 526d344aad
commit b945f26976
2 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,10 @@ struct nsReflowMetrics {
maxElementSize = aMaxElementSize;
posTopMargin = 0;
posBottomMargin = 0;
width = 0;
height = 0;
ascent = 0;
descent = 0;
}
};

View File

@ -79,6 +79,10 @@ struct nsReflowMetrics {
maxElementSize = aMaxElementSize;
posTopMargin = 0;
posBottomMargin = 0;
width = 0;
height = 0;
ascent = 0;
descent = 0;
}
};