Changed GetDocumentLoaderObserver to return a ** instead of a *&. This is in sync with the nsIDocShell::GetDocumentLoaderObserver. r=pavlov

This commit is contained in:
tbogard%aol.net 1999-11-29 21:09:47 +00:00
Родитель 6e19dd7919
Коммит 6d4e6dae63
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -237,7 +237,7 @@ public:
/**
* Return the current nsIDocLoadeObserver
*/
NS_IMETHOD GetDocLoaderObserver(nsIDocumentLoaderObserver*& aResult) = 0;
NS_IMETHOD GetDocLoaderObserver(nsIDocumentLoaderObserver** aResult) = 0;
/**
* Set the nsIPref used to get/set preference values...