summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/encryptionengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/encryptionengine.hxx')
-rw-r--r--xmlsecurity/source/framework/encryptionengine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index a535c30414d6..2fe4775c5449 100644
--- a/xmlsecurity/source/framework/encryptionengine.hxx
+++ b/xmlsecurity/source/framework/encryptionengine.hxx
@@ -67,7 +67,7 @@ protected:
protected:
explicit EncryptionEngine( const css::uno::Reference< css::uno::XComponentContext > & xContext );
- virtual ~EncryptionEngine(){};
+ virtual ~EncryptionEngine() override {};
virtual void tryToPerform( )
throw (css::uno::Exception, css::uno::RuntimeException) override;