From 9070c6e74f94f92b4fb28f5a7c31d11fb7c2077b Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Thu, 18 Aug 2005 11:15:46 +0000 Subject: [PATCH] Impl of GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski --- docshell/shistory/src/nsSHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/shistory/src/nsSHistory.cpp b/docshell/shistory/src/nsSHistory.cpp index 1420cc73656c..c892236ed674 100644 --- a/docshell/shistory/src/nsSHistory.cpp +++ b/docshell/shistory/src/nsSHistory.cpp @@ -385,7 +385,7 @@ nsSHistory::GetDocument(nsIDOMDocument** aDocument) NS_IMETHODIMP -nsSHistory::GetCurrentURI(PRUnichar** aCurrentURI) +nsSHistory::GetCurrentURI(nsIURI** aCurrentURI) { // Not implemented return NS_OK;