mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774037 - Fix -Wdelete-non-virtual-dtor warning. r=dolske.
This commit is contained in:
parent
9115f02bb5
commit
9076328d96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user