updated to nsString2 api's

git-svn-id: svn://10.0.0.236/trunk@33229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com 1999-05-29 07:02:08 +00:00
parent 183b5e384b
commit 9bfb8e7b48

View File

@ -529,7 +529,7 @@ nsPICS::Init()
(nsISupports **)&anObserverService);
if(rv == NS_OK) {
rv = anObserverService->AddObserver(mPICSElementObserver, aTopic);
rv = anObserverService->AddObserver(mPICSElementObserver, aTopic.GetUnicode());
nsServiceManager::ReleaseService( NS_OBSERVERSERVICE_PROGID, anObserverService );
if (NS_FAILED(rv))
return rv;