Fix UMR from bug 263705

git-svn-id: svn://10.0.0.236/trunk@163786 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-10-14 23:38:16 +00:00
parent 42a7af0594
commit 46a07c66f1

View File

@@ -117,7 +117,8 @@ struct nsXFormsModelElement::ModelItemProperties
nsXFormsModelElement::nsXFormsModelElement()
: mElement(nsnull),
mSchemaCount(0)
mSchemaCount(0),
mPendingInstanceCount(0)
{
}