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