summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.hxx')
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
index 320723938ff9..e07af2e0f216 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
@@ -59,7 +59,7 @@ public:
ImplXMLSignatureListener(const Link<XMLSignatureCreationResult&,void>& rCreationResultListenerListener,
const Link<XMLSignatureVerifyResult&,void>& rVerifyResultListenerListener,
const Link<LinkParamNone*, void>& rStartVerifySignatureElement);
- virtual ~ImplXMLSignatureListener();
+ virtual ~ImplXMLSignatureListener() override;
void setNextHandler(const css::uno::Reference< css::xml::sax::XDocumentHandler >& xNextHandler);