make destructor public so it can be called from the factory.
git-svn-id: svn://10.0.0.236/trunk@26419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -90,6 +90,7 @@ public:
|
||||
|
||||
// nsMailboxUrl
|
||||
nsMailboxUrl(nsISupports* aContainer, nsIURLGroup* aGroup);
|
||||
virtual ~nsMailboxUrl();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
@@ -97,7 +98,6 @@ public:
|
||||
nsresult ParseURL(const nsString& aSpec, const nsIURL* aURL = nsnull);
|
||||
|
||||
protected:
|
||||
virtual ~nsMailboxUrl();
|
||||
|
||||
// mailboxurl specific state
|
||||
nsIStreamListener *m_mailboxParser;
|
||||
|
||||
Reference in New Issue
Block a user