summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatecheckconfiglistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updatecheckconfiglistener.hxx')
-rw-r--r--extensions/source/update/check/updatecheckconfiglistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheckconfiglistener.hxx b/extensions/source/update/check/updatecheckconfiglistener.hxx
index b96355ae1cbe..277ca23e0643 100644
--- a/extensions/source/update/check/updatecheckconfiglistener.hxx
+++ b/extensions/source/update/check/updatecheckconfiglistener.hxx
@@ -33,7 +33,7 @@ struct UpdateCheckConfigListener : public virtual salhelper::SimpleReferenceObje
virtual void autoCheckIntervalChanged() = 0;
protected:
- virtual ~UpdateCheckConfigListener() {}
+ virtual ~UpdateCheckConfigListener() override {}
};
#endif