Fix build bustage: make sure overloaded function uses identical return

type.
This commit is contained in:
waterson%netscape.com 1999-06-10 06:40:43 +00:00
Родитель c5c7fc45e1
Коммит 97814c2d09
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -158,7 +158,7 @@ public:
NS_IMETHOD Initialize(nsIURL * aURL);
// aConsumer is typically a display stream you may want the results to be displayed into...
NS_IMETHOD LoadUrl(nsIURL * aURL, nsISupports * aConsumer = nsnull);
virtual nsresult LoadUrl(nsIURL * aURL, nsISupports * aConsumer = nsnull);
// stop binding is a "notification" informing us that the stream associated with aURL is going away.
NS_IMETHOD OnStopBinding(nsIURL* aURL, nsresult aStatus, const PRUnichar* aMsg);