From ea5a4dd2490cfd1edd9a2af5cf71698d893029df Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Tue, 9 Feb 1999 02:23:39 +0000 Subject: [PATCH] Fixed to build on Windows. git-svn-id: svn://10.0.0.236/trunk@20073 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/compose/public/MsgCompGlue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/compose/public/MsgCompGlue.h b/mozilla/mailnews/compose/public/MsgCompGlue.h index e7f8a791d2f..075e4135663 100644 --- a/mozilla/mailnews/compose/public/MsgCompGlue.h +++ b/mozilla/mailnews/compose/public/MsgCompGlue.h @@ -20,7 +20,7 @@ public: class MSG_Master { public: - GetFolderTree(void) {;} + void GetFolderTree(void) {;} MSG_NewsHost* FindHost(const char* name, XP_Bool isSecure, int32 port) {return NULL;} // msg_HostTable* GetHostTable() {return m_hosttable;} @@ -37,7 +37,7 @@ public: MSG_Pane() {;} ~MSG_Pane() {;} - MSG_PaneCreate(MWContext* context, MSG_Master* master) {;} + void MSG_PaneCreate(MWContext* context, MSG_Master* master) {;} MSG_Prefs* GetPrefs() {return m_prefs;} PRInt32 GetCommandStatus(PRInt32 command, const unsigned long * indices,