mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1027251 - Initial empty HasDangerousPublicDestructor whitelist - r=ehsan
This commit is contained in:
parent
7f3775f58d
commit
35c0a39717
@ -404,6 +404,14 @@ public:
|
||||
*/
|
||||
#define NS_INIT_ISUPPORTS() ((void)0)
|
||||
|
||||
namespace mozilla {
|
||||
template <typename T>
|
||||
struct HasDangerousPublicDestructor
|
||||
{
|
||||
static const bool value = false;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Use this macro to declare and implement the AddRef & Release methods for a
|
||||
* given non-XPCOM <i>_class</i>.
|
||||
|
Loading…
Reference in New Issue
Block a user