Added missing addref and releaseref's

This commit is contained in:
kmcclusk%netscape.com 1998-09-16 20:19:39 +00:00
parent e72a74649c
commit f4f9b91498
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@
#define DBG 0
NS_IMPL_ADDREF(nsTextAreaWidget)
NS_IMPL_RELEASE(nsTextAreaWidget)
//-------------------------------------------------------------------------
//
// nsTextAreaWidget constructor

View File

@ -29,6 +29,9 @@
extern int mIsPasswordCallBacksInstalled;
NS_IMPL_ADDREF(nsTextWidget)
NS_IMPL_RELEASE(nsTextWidget)
//-------------------------------------------------------------------------
//
// nsTextWidget constructor