summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/asyncnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/asyncnotification.hxx')
-rw-r--r--comphelper/inc/comphelper/asyncnotification.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/asyncnotification.hxx b/comphelper/inc/comphelper/asyncnotification.hxx
index 0ca35a3bf2a5..eca91a169e5c 100644
--- a/comphelper/inc/comphelper/asyncnotification.hxx
+++ b/comphelper/inc/comphelper/asyncnotification.hxx
@@ -87,6 +87,9 @@ namespace comphelper
virtual void SAL_CALL acquire() = 0;
virtual void SAL_CALL release() = 0;
+
+ protected:
+ ~IEventProcessor() {}
};
//====================================================================