Add virtual to a destructor to prevent gcc warnings.

Not part of the build, and PyXPCOM checkins have a=drivers


git-svn-id: svn://10.0.0.236/trunk@95975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
markh%activestate.com
2001-05-28 03:05:13 +00:00
parent 944c1bc9dc
commit a49034e23b

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!!!