mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
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:
parent
a19e5985d1
commit
41a615e31d
@ -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!!!
|
||||
|
Loading…
x
Reference in New Issue
Block a user