Fixed build bustage...

git-svn-id: svn://10.0.0.236/trunk@10356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-09-18 05:25:15 +00:00
parent 873b42bab8
commit 8d1509f20c
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ CWebShellContainer::NewWebShell(nsIWebShell *&aNewWebShell)
}
NS_IMETHODIMP
CWebShellContainer::FindWebshellWithName(const PRUnichar* aName, nsIWebShell*& aResult)
CWebShellContainer::FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& aResult)
{
return NS_ERROR_FAILURE;
}

View File

@@ -23,7 +23,7 @@ public:
NS_IMETHOD ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aProgress, PRInt32 aProgressMax);
NS_IMETHOD EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStatus);
NS_IMETHOD NewWebShell(nsIWebShell *&aNewWebShell);
NS_IMETHOD FindWebshellWithName(const PRUnichar* aName, nsIWebShell*& aResult);
NS_IMETHOD FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& aResult);
};
#endif