mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 808146: Declare nsMainThreadPtrHolder as MOZ_FINAL, to fix -Wdelete-non-virtual-dtor build-warning-spam. r=bholley
This commit is contained in:
parent
3ff338f849
commit
034e0ecac8
@ -102,7 +102,7 @@ NS_ProxyRelease
|
||||
* an nsMainThreadPtrHandle<T> rather than an nsCOMPtr<T>.
|
||||
*/
|
||||
template<class T>
|
||||
class nsMainThreadPtrHolder
|
||||
class nsMainThreadPtrHolder MOZ_FINAL
|
||||
{
|
||||
public:
|
||||
// We can only acquire a pointer on the main thread.
|
||||
|
Loading…
Reference in New Issue
Block a user