зеркало из https://github.com/mozilla/pjs.git
added missing NS_INIT_REFCNT().
This commit is contained in:
Родитель
898fc56e4e
Коммит
e8689abce9
|
@ -22,6 +22,8 @@
|
|||
|
||||
nsDeviceContextSpecWin :: nsDeviceContextSpecWin()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
||||
mDriverName = nsnull;
|
||||
mDeviceName = nsnull;
|
||||
mDEVMODE = NULL;
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
nsDeviceContextSpecWin :: nsDeviceContextSpecWin()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
||||
mDriverName = nsnull;
|
||||
mDeviceName = nsnull;
|
||||
mDEVMODE = NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче