Bug 198514 UMR [@ nsDeviceContextPS::~nsDeviceContextPS]

r=smontagu sr=heikki
This commit is contained in:
timeless%mozdev.org 2003-03-21 20:33:58 +00:00
Родитель 16af458ceb
Коммит a3fbb72d65
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,8 @@ nsDeviceContextPS :: nsDeviceContextPS()
: DeviceContextImpl(),
mSpec(nsnull),
mParentDeviceContext(nsnull),
mPSObj(nsnull)
mPSObj(nsnull),
mPSFontGeneratorList(nsnull)
{
PR_LOG(nsDeviceContextPSLM, PR_LOG_DEBUG, ("nsDeviceContextPS::nsDeviceContextPS()\n"));