Removed the const from GetTitle to reflect the fact that the implementation should return an allocated string.

git-svn-id: svn://10.0.0.236/trunk@54489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net 1999-11-27 02:21:43 +00:00
parent 34e586d5b9
commit 4cf924be09

View File

@ -97,7 +97,7 @@ public:
NS_IMETHOD SetTitle(const PRUnichar* aTitle) = 0;
NS_IMETHOD GetTitle(const PRUnichar** aResult) = 0;
NS_IMETHOD GetTitle(PRUnichar** aResult) = 0;
NS_IMETHOD SetStatus(const PRUnichar* aStatus) = 0;