init refcnt

This commit is contained in:
kipp%netscape.com 1999-02-03 04:25:40 +00:00
parent 391a2f6747
commit 37925789f7

View File

@ -83,6 +83,7 @@ nsBaseWidget::nsBaseWidget() :
mContext = nsnull;
mCursor = eCursor_standard;
mBorderStyle = eBorderStyle_none;
NS_INIT_REFCNT();
}