mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
added virtual specifier to destructor
This commit is contained in:
parent
6cf112a833
commit
6c3d09ea42
@ -38,7 +38,7 @@ public:
|
||||
|
||||
// nsMultiMixedConv methods
|
||||
nsMultiMixedConv();
|
||||
~nsMultiMixedConv();
|
||||
virtual ~nsMultiMixedConv();
|
||||
nsresult Init();
|
||||
nsresult SendPart(const char *aBuffer, nsIChannel *aChannel, nsISupports *aCtxt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user