add new arg for HT_PaneFromURL

This commit is contained in:
jgellman%netscape.com 1998-08-15 07:31:21 +00:00
Родитель 1e244dc12c
Коммит 895cd0a300
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ CRDFNotificationHandler::CreateHTPane ( const char* inURL, unsigned int inCount,
{
HT_Notification notifyStruct = CreateNotificationStruct();
if (notifyStruct)
return HT_PaneFromURL ( const_cast<char*>(inURL), notifyStruct, false, inCount,
return HT_PaneFromURL ( NULL, const_cast<char*>(inURL), notifyStruct, false, inCount,
inParamNames, inParamValues );
else
return NULL;