mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7f77c96fa5
commit
b9c3f59eda
@ -14,7 +14,7 @@
|
||||
|
||||
class nsIWidget;
|
||||
|
||||
class nsColorPicker : public nsIColorPicker
|
||||
class nsColorPicker MOZ_FINAL : public nsIColorPicker
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
Loading…
Reference in New Issue
Block a user