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

This commit is contained in:
tbogard%aol.net 1999-11-27 02:22:42 +00:00
Родитель 84b42a5623
Коммит 2d51697d64
1 изменённых файлов: 1 добавлений и 1 удалений

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

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