From ca0c9284b0230aa924a0137e84cabc43b0b0dd59 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Sun, 8 Jun 2014 14:58:02 -0700 Subject: [PATCH] Bug 1022417: Annotate BluetoothHfpManager::GetVolumeTask as MOZ_FINAL to calm GCC Wdelete-non-virtual-dtor build warning. blanket-r=ehsan --- dom/bluetooth/bluez/BluetoothHfpManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/bluetooth/bluez/BluetoothHfpManager.cpp b/dom/bluetooth/bluez/BluetoothHfpManager.cpp index aa72e3c932e5..5607c7ef5471 100644 --- a/dom/bluetooth/bluez/BluetoothHfpManager.cpp +++ b/dom/bluetooth/bluez/BluetoothHfpManager.cpp @@ -164,7 +164,7 @@ static CINDItem sCINDItems[] = { #endif }; -class BluetoothHfpManager::GetVolumeTask : public nsISettingsServiceCallback +class BluetoothHfpManager::GetVolumeTask MOZ_FINAL : public nsISettingsServiceCallback { public: NS_DECL_ISUPPORTS