зеркало из https://github.com/mozilla/gecko-dev.git
Bug 774037 - Fix -Wdelete-non-virtual-dtor warning. r=dolske.
This commit is contained in:
Родитель
530ddac475
Коммит
c3822eb316
|
@ -208,7 +208,7 @@ private:
|
|||
void operator=(const SignRunnable &) MOZ_DELETE;
|
||||
};
|
||||
|
||||
class IdentityCryptoService : public nsIIdentityCryptoService
|
||||
class IdentityCryptoService MOZ_FINAL : public nsIIdentityCryptoService
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
|
Загрузка…
Ссылка в новой задаче