Skip to content

Commit

Permalink
Removed the const to reflect the fact that the implementation will re…
Browse files Browse the repository at this point in the history
…turn an allocated string, not a pointer to the internal string.
  • Loading branch information
tbogard%aol.net committed Nov 27, 1999
1 parent 987cabc commit d1f4cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webshell/public/nsIWebShell.h
Expand Up @@ -204,7 +204,7 @@ class nsIWebShell : public nsIContentViewerContainer {
// 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 ******/


Expand Down

0 comments on commit d1f4cb3

Please sign in to comment.