mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix compiler warnings from XForms bug 296114
This commit is contained in:
parent
1d7a71582a
commit
252778d595
@ -143,8 +143,8 @@ public:
|
||||
nsIXTFElement::NOTIFY_HANDLE_DEFAULT),
|
||||
kElementFlags(nsXFormsUtils::ELEMENT_WITH_MODEL_ATTR),
|
||||
mHasParent(PR_FALSE),
|
||||
mBindAttrsCount(0),
|
||||
mPreventLoop(PR_FALSE)
|
||||
mPreventLoop(PR_FALSE),
|
||||
mBindAttrsCount(0)
|
||||
{};
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user