From 1ad03cdc77522996c5bebb82e096ce11fa08a84b 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 1420cc73656..c892236ed67 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;