summaryrefslogtreecommitdiff
path: root/include/comphelper/asyncnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-rw-r--r--include/comphelper/asyncnotification.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx
index a8439f8d36e7..f512b42f31b0 100644
--- a/include/comphelper/asyncnotification.hxx
+++ b/include/comphelper/asyncnotification.hxx
@@ -41,7 +41,7 @@ namespace comphelper
AnyEvent();
protected:
- virtual ~AnyEvent();
+ virtual ~AnyEvent() override;
private:
AnyEvent( AnyEvent& ) = delete;
@@ -147,7 +147,7 @@ namespace comphelper
{
private:
- SAL_DLLPRIVATE virtual ~AsyncEventNotifier();
+ SAL_DLLPRIVATE virtual ~AsyncEventNotifier() override;
SAL_DLLPRIVATE virtual void execute() override;
@@ -178,7 +178,7 @@ namespace comphelper
public:
// only public so shared_ptr finds it
- SAL_DLLPRIVATE virtual ~AsyncEventNotifierAutoJoin();
+ SAL_DLLPRIVATE virtual ~AsyncEventNotifierAutoJoin() override;
static std::shared_ptr<AsyncEventNotifierAutoJoin>
newAsyncEventNotifierAutoJoin(char const* name);