r=ramiro; fix uninitialized refcnt bug that triggers an assertion when you're lucky

git-svn-id: svn://10.0.0.236/trunk@49763 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-10-05 00:31:55 +00:00
parent 1192ec6846
commit f0a6db6e3e
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
*/
nsDeviceContextSpecFactoryGTK :: nsDeviceContextSpecFactoryGTK()
{
NS_INIT_REFCNT();
}
/** -------------------------------------------------------

View File

@ -27,6 +27,7 @@
*/
nsDeviceContextSpecFactoryGTK :: nsDeviceContextSpecFactoryGTK()
{
NS_INIT_REFCNT();
}
/** -------------------------------------------------------