Bug 875753 followup: Annotate our gtk2 'nsColorPicker' class as MOZ_FINAL to fix -Wdelete-non-virtual-dtor build warning. blanket-r=ehsan

This commit is contained in:
Daniel Holbert 2013-07-25 12:08:01 -07:00
parent 7704e2ca9c
commit f8107c844e

View File

@ -14,7 +14,7 @@
class nsIWidget;
class nsColorPicker : public nsIColorPicker
class nsColorPicker MOZ_FINAL : public nsIColorPicker
{
public:
NS_DECL_ISUPPORTS