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;
}