From 2d912bc80d7b62f16e599d8ab19ee1d17732973c Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sat, 27 Nov 1999 02:08:42 +0000 Subject: [PATCH] Removed the const to reflect the fact that the implementation will return an allocated string, not a pointer to the internal string. --- webshell/public/nsIWebShell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webshell/public/nsIWebShell.h b/webshell/public/nsIWebShell.h index 3b58f441f5f..c0e95dd8e7f 100644 --- a/webshell/public/nsIWebShell.h +++ b/webshell/public/nsIWebShell.h @@ -204,7 +204,7 @@ public: // Chrome api's NS_IMETHOD SetTitle(const PRUnichar *aTitle) = 0; - NS_IMETHOD GetTitle(const PRUnichar **aResult) = 0; + NS_IMETHOD GetTitle(PRUnichar **aResult) = 0; /********* XXX End Stuff to be replaced by nsIBaseWindow ******/