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:
parent
34e586d5b9
commit
4cf924be09
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user