From 4d915b9b6fdca0ab23425f6e61afc543ef954f5f Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 6 Apr 1999 03:12:26 +0000 Subject: [PATCH] make destructor public so it can be called from the factory --- mailnews/local/src/nsPop3URL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mailnews/local/src/nsPop3URL.h b/mailnews/local/src/nsPop3URL.h index 500b9a57cef..c12aa9f4f12 100644 --- a/mailnews/local/src/nsPop3URL.h +++ b/mailnews/local/src/nsPop3URL.h @@ -80,6 +80,7 @@ public: // nsPop3URL nsPop3URL(nsISupports* aContainer, nsIURLGroup* aGroup); + virtual ~nsPop3URL(); NS_DECL_ISUPPORTS @@ -87,8 +88,6 @@ public: nsresult ParseURL(const nsString& aSpec, const nsIURL* aURL = nsnull); protected: - virtual ~nsPop3URL(); - /* Here's our link to the netlib world.... */ URL_Struct *m_URL_s;