Added INITREFCNT to constructor

git-svn-id: svn://10.0.0.236/trunk@10925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1998-09-24 17:44:33 +00:00
parent b63ef940fd
commit 1c65627670

View File

@@ -35,6 +35,7 @@ NS_IMPL_RELEASE(nsButton)
//-------------------------------------------------------------------------
nsButton::nsButton() : nsWindow() , nsIButton()
{
NS_INIT_REFCNT();
}
//-------------------------------------------------------------------------