Removed the const to reflect the fact that the implementation will return an allocated string, not a pointer to the internal string.

This commit is contained in:
tbogard%aol.net 1999-11-27 02:08:42 +00:00
Родитель 987cabcbc4
Коммит d1f4cb3e8a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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 ******/