From 5d4910785f2b2c0c5f1b58044eac492279239380 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Sun, 5 Dec 1999 18:31:35 +0000 Subject: [PATCH] Fixed broken declaration of GetTitle(). Hopefully this is the last of this problem. git-svn-id: svn://10.0.0.236/trunk@55375 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/embed/ActiveX/WebShellContainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webshell/embed/ActiveX/WebShellContainer.h b/mozilla/webshell/embed/ActiveX/WebShellContainer.h index 396af1e8500..6d52dc77d81 100644 --- a/mozilla/webshell/embed/ActiveX/WebShellContainer.h +++ b/mozilla/webshell/embed/ActiveX/WebShellContainer.h @@ -67,7 +67,7 @@ public: NS_IMETHOD SetChrome(PRUint32 aNewChromeMask); NS_IMETHOD GetChrome(PRUint32& aChromeMaskResult); NS_IMETHOD SetTitle(const PRUnichar* aTitle); - NS_IMETHOD GetTitle(PRUnichar** aResult) = 0; + NS_IMETHOD GetTitle(PRUnichar** aResult); NS_IMETHOD SetStatus(const PRUnichar* aStatus); NS_IMETHOD GetStatus(const PRUnichar** aResult); NS_IMETHOD SetDefaultStatus(const PRUnichar* aStatus);