cast needed for building with workshop4.2 compiler on solaris

This commit is contained in:
akhil.arora%sun.com 1999-09-10 01:28:25 +00:00
Родитель 1814e1bf1d
Коммит d6993f5c6d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -437,7 +437,7 @@ PRBool nsWindow::OnPaint(nsPaintEvent &event)
if (gw)
{
GdkRectangle ar;
GdkRectangle * area = NULL;
GdkRectangle * area = (GdkRectangle*) NULL;
if (event.rect)
{