summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/download.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/download.hxx')
-rw-r--r--extensions/source/update/check/download.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/download.hxx b/extensions/source/update/check/download.hxx
index 4096308c0a74..9ecce2e55119 100644
--- a/extensions/source/update/check/download.hxx
+++ b/extensions/source/update/check/download.hxx
@@ -48,7 +48,7 @@ struct DownloadInteractionHandler : public virtual salhelper::SimpleReferenceObj
virtual void downloadFinished(const OUString& rFileName) = 0;
protected:
- virtual ~DownloadInteractionHandler() {}
+ virtual ~DownloadInteractionHandler() override {}
};