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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/update/check/updatecheckconfiglistener.hxx b/extensions/source/update/check/updatecheckconfiglistener.hxx
index fc7ee7926252..849919f35267 100644
--- a/extensions/source/update/check/updatecheckconfiglistener.hxx
+++ b/extensions/source/update/check/updatecheckconfiglistener.hxx
@@ -39,6 +39,9 @@ struct UpdateCheckConfigListener : public rtl::IReference
{
virtual void autoCheckStatusChanged(bool enabled) = 0;
virtual void autoCheckIntervalChanged() = 0;
+
+protected:
+ ~UpdateCheckConfigListener() {}
};
#endif