Skip to content
Snippets Groups Projects
Commit 29cceb78 authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 808146: Declare nsMainThreadPtrHolder as MOZ_FINAL, to fix...

Bug 808146: Declare nsMainThreadPtrHolder as MOZ_FINAL, to fix -Wdelete-non-virtual-dtor build-warning-spam. r=bholley
parent 76bfe8ea
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment