diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/ciphercontext.hxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/ciphercontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx index 8d474b819e1b..9d8d54535caf 100644 --- a/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx +++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx @@ -65,7 +65,7 @@ private: public: - virtual ~OCipherContext() + virtual ~OCipherContext() override { Dispose(); } |