Removed const from GetTitle to get in sync with removal from API.

git-svn-id: svn://10.0.0.236/trunk@54490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net 1999-11-27 02:22:42 +00:00
parent 4cf924be09
commit 7d4f2d6a7c

View File

@ -2741,7 +2741,7 @@ NS_IMETHODIMP nsWebShellWindow::SetTitle(const PRUnichar* aTitle)
}
NS_IMETHODIMP nsWebShellWindow::GetTitle(const PRUnichar** aResult)
NS_IMETHODIMP nsWebShellWindow::GetTitle(PRUnichar** aResult)
{
// no, we didn't store the title for you. why so nosy?
return NS_ERROR_FAILURE;