Add virtual to a destructor to prevent gcc warnings.

Not part of the build, and PyXPCOM checkins have a=drivers
This commit is contained in:
markh%activestate.com 2001-05-28 03:05:13 +00:00
parent a19e5985d1
commit 41a615e31d

View File

@ -424,7 +424,7 @@ private:
class PYXPCOM_EXPORT PyXPCOM_GatewayWeakReference : public nsIWeakReference {
public:
PyXPCOM_GatewayWeakReference(PyG_Base *base);
~PyXPCOM_GatewayWeakReference();
virtual ~PyXPCOM_GatewayWeakReference();
NS_DECL_ISUPPORTS
NS_DECL_NSIWEAKREFERENCE;
PyG_Base *m_pBase; // NO REF COUNT!!!