summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/actionlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/actionlistener.hxx')
-rw-r--r--extensions/source/update/check/actionlistener.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/update/check/actionlistener.hxx b/extensions/source/update/check/actionlistener.hxx
index a1c4571900bf..c4f16c695115 100644
--- a/extensions/source/update/check/actionlistener.hxx
+++ b/extensions/source/update/check/actionlistener.hxx
@@ -41,6 +41,9 @@ class IActionListener : public rtl::IReference
virtual void pause() = 0;
virtual void resume() = 0;
virtual void closeAfterFailure() = 0;
+
+protected:
+ ~IActionListener() {}
};
#endif //INCLUDED_ACTION_LISTENER_HXX