diff options
-rw-r--r-- | include/comphelper/asyncnotification.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index 69c5647c5bda..b08e3be3fc48 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -198,7 +198,7 @@ namespace comphelper /** AnyEvent derivee holding an foreign event instance */ template < typename EVENT_OBJECT > - class EventHolder : public AnyEvent + class SAL_DLLPUBLIC_RTTI EventHolder : public AnyEvent { public: typedef EVENT_OBJECT EventObjectType; |