diff options
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-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 b08e3be3fc48..bc2ebf54f675 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -204,7 +204,7 @@ namespace comphelper typedef EVENT_OBJECT EventObjectType; private: - EventObjectType m_aEvent; + EventObjectType const m_aEvent; public: EventHolder( const EventObjectType& _rEvent ) |