Impl of GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski

This commit is contained in:
locka%iol.ie 2005-08-18 11:15:46 +00:00
Родитель 72ece65e9b
Коммит 9070c6e74f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -385,7 +385,7 @@ nsSHistory::GetDocument(nsIDOMDocument** aDocument)
NS_IMETHODIMP
nsSHistory::GetCurrentURI(PRUnichar** aCurrentURI)
nsSHistory::GetCurrentURI(nsIURI** aCurrentURI)
{
// Not implemented
return NS_OK;