make destructor public so it can be called from the factory

This commit is contained in:
mscott%netscape.com 1999-04-06 03:12:26 +00:00
Родитель 049bc5bcbd
Коммит 4d915b9b6f
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;