diff --git a/cmd/macfe/rdfui/CRDFNotificationHandler.cp b/cmd/macfe/rdfui/CRDFNotificationHandler.cp index a06e9e581cc7..104ceeb2c6ed 100644 --- a/cmd/macfe/rdfui/CRDFNotificationHandler.cp +++ b/cmd/macfe/rdfui/CRDFNotificationHandler.cp @@ -62,7 +62,7 @@ CRDFNotificationHandler::CreateHTPane ( const char* inURL, unsigned int inCount, { HT_Notification notifyStruct = CreateNotificationStruct(); if (notifyStruct) - return HT_PaneFromURL ( const_cast(inURL), notifyStruct, false, inCount, + return HT_PaneFromURL ( NULL, const_cast(inURL), notifyStruct, false, inCount, inParamNames, inParamValues ); else return NULL;