summaryrefslogtreecommitdiffstats
path: root/include/comphelper/asyncnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-rw-r--r--include/comphelper/asyncnotification.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx
index 01d589c8540e..9775347ff46e 100644
--- a/include/comphelper/asyncnotification.hxx
+++ b/include/comphelper/asyncnotification.hxx
@@ -44,8 +44,8 @@ namespace comphelper
virtual ~AnyEvent();
private:
- AnyEvent( AnyEvent& ) SAL_DELETED_FUNCTION;
- void operator=( AnyEvent& ) SAL_DELETED_FUNCTION;
+ AnyEvent( AnyEvent& ) = delete;
+ void operator=( AnyEvent& ) = delete;
};